isNotBoxed property
bool
get
isNotBoxed
Whether this
is not boxed. This means the shape is required to be present
with a value.
Implementation
bool get isNotBoxed => !isBoxed;
Whether this
is not boxed. This means the shape is required to be present
with a value.
bool get isNotBoxed => !isBoxed;