nullable top-level constant

String const nullable

Nullable annotation for nullable Built Value fields in legacy code.

In null safe code, instead make the field type nullable with ?.

Implementation

const String nullable = 'nullable';