ignoreUnannotated property

  1. @override
bool ignoreUnannotated
final

When true, only fields annotated with JsonKey will have code generated.

It will have the same effect as if those fields had been annotated with @JsonKey(ignore: true).

Implementation

@override
final bool ignoreUnannotated;