nullable property
When true
, null
fields are handled gracefully when encoding from JSON.
This indicates that the payload from REST could be null
and is not related to
Dart nullability. Defaults to false
.
Implementation
@override
final bool nullable;