ignore property
- @Deprecated('Use `includeFromJson` and `includeToJson` with a value of `false` ' 'instead.')
final
true if the generator should ignore this field completely.
If null (the default) or false, the field will be considered for
serialization.
This field is DEPRECATED use includeFromJson and includeToJson instead.
Implementation
@Deprecated(
'Use `includeFromJson` and `includeToJson` with a value of `false` '
'instead.',
)
final bool? ignore;