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