hasNotSubjectStatus property

bool get hasNotSubjectStatus

Returns true if subjectStatus is null, otherwise false.

Implementation

bool get hasNotSubjectStatus => !hasSubjectStatus;