nullable property

bool nullable

When true, null fields are handled gracefully when serializing and deserializing. For Dart >=2.12, the member type must also be nullable (i.e. bool?).

Implementation

bool get nullable;