hasNotReason property

bool get hasNotReason

Returns true if reason is null, otherwise false.

Implementation

bool get hasNotReason => !hasReason;