hasNotReasonSubject property

bool get hasNotReasonSubject

Returns true if reasonSubject is null, otherwise false.

Implementation

bool get hasNotReasonSubject => !hasReasonSubject;