nullable property
When false
, the column will be inserted as NOT NULL
and a value will be required in
subsequent operations. Takes precedence over SqliteSerializable's #nullable
.
Defaults to true
.
Implementation
@override
final bool nullable;