hasNotSubjectStatus property
bool
get
hasNotSubjectStatus
Returns true if subjectStatus
is null, otherwise false.
Implementation
bool get hasNotSubjectStatus => !hasSubjectStatus;
Returns true if subjectStatus
is null, otherwise false.
bool get hasNotSubjectStatus => !hasSubjectStatus;