hasNotSubject property
bool
get
hasNotSubject
Returns true if subject
is null, otherwise false.
Implementation
bool get hasNotSubject => !hasSubject;
Returns true if subject
is null, otherwise false.
bool get hasNotSubject => !hasSubject;