hasNotReason property
bool
get
hasNotReason
Returns true if reason
is null, otherwise false.
Implementation
bool get hasNotReason => !hasReason;
Returns true if reason
is null, otherwise false.
bool get hasNotReason => !hasReason;