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