hasStatus property

bool get hasStatus

Returns true if status is not null, otherwise false.

Implementation

bool get hasStatus => status != null;