Skip to content

Commit ed535f8

Browse files
committed
fix
1 parent de35d98 commit ed535f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

typehelpers/json_serializable_fic_typehelpers/lib/src/fic_type_helpers.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ class FICListMapTypeHelper extends CustomMapTypeHelper<ListMap> {
148148
}
149149

150150
class FICIMapOfSetsTypeHelper extends TypeHelper<TypeHelperContextWithConfig> {
151-
@override
152151
final TypeChecker typeChecker = const TypeChecker.typeNamed(
153152
IMapOfSets,
154153
inPackage: 'fast_immutable_collections',
@@ -208,7 +207,6 @@ class FICIMapOfSetsTypeHelper extends TypeHelper<TypeHelperContextWithConfig> {
208207
final keyType = _getKeyType(targetType);
209208
final valueType = _getValueType(targetType);
210209
final targetTypeIsNullable = targetType.isNullableType || defaultProvided;
211-
final optionalQuestion = targetTypeIsNullable ? '?' : '';
212210

213211
checkSafeKeyType(expression, keyType);
214212

typehelpers/json_serializable_fic_typehelpers/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
json_serializable: ^6.11.4
1515
json_serializable_type_helper_utils: ^6.0.2
1616
analyzer: ^10.0.1
17+
source_helper: ^1.2.1
1718

1819
dev_dependencies:
1920
lints: ^6.0.0

0 commit comments

Comments
 (0)