nullable property

  1. @override
bool nullable
final

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;