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