hasNotReasonSubject property
bool
get
hasNotReasonSubject
Returns true if reasonSubject
is null, otherwise false.
Implementation
bool get hasNotReasonSubject => !hasReasonSubject;
Returns true if reasonSubject
is null, otherwise false.
bool get hasNotReasonSubject => !hasReasonSubject;