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 d5d73b8 commit 51224edCopy full SHA for 51224ed
json_serializable/lib/src/decode_helper.dart
@@ -278,6 +278,7 @@ _ConstructorData _writeConstructorInvocation(
278
279
for (final arg in ctor.parameters) {
280
if (!availableConstructorParameters.contains(arg.name)) {
281
+ // ignore: deprecated_member_use
282
if (arg.isNotOptional) {
283
var msg = 'Cannot populate the required constructor '
284
'argument: ${arg.name}.';
0 commit comments