hasNotStatus property

bool get hasNotStatus

Returns true if status is null, otherwise false.

Implementation

bool get hasNotStatus => !hasStatus;