hasNotSubject property

bool get hasNotSubject

Returns true if subject is null, otherwise false.

Implementation

bool get hasNotSubject => !hasSubject;