hasNotStatus property
bool
get
hasNotStatus
Returns true if status
is null, otherwise false.
Implementation
bool get hasNotStatus => !hasStatus;
Returns true if status
is null, otherwise false.
bool get hasNotStatus => !hasStatus;