ignoreUnannotated property Null safety
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
final bool? ignoreUnannotated;