isUnset property
bool
get
isUnset
Returns true if this attribute is an unset attribute.
Implementation
bool get isUnset => value == null;
Returns true if this attribute is an unset attribute.
bool get isUnset => value == null;