We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe2ca4 commit 2d0fe3aCopy full SHA for 2d0fe3a
json_serializable/lib/src/type_helpers/json_converter_helper.dart
@@ -179,7 +179,7 @@ _ConverterMatch? _compatibleMatch(
179
180
final jsonConverterSuper =
181
converterClassElement.allSupertypes.singleWhereOrNull(
182
- (e) => e is InterfaceType && _jsonConverterChecker.isExactly(e.element),
+ (e) => _jsonConverterChecker.isExactly(e.element),
183
);
184
185
if (jsonConverterSuper == null) {
0 commit comments