File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
typehelpers/json_serializable_fic_typehelpers Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ class FICListMapTypeHelper extends CustomMapTypeHelper<ListMap> {
148148}
149149
150150class 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
Original file line number Diff line number Diff 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
1819dev_dependencies :
1920 lints : ^6.0.0
You can’t perform that action at this time.
0 commit comments