hasNotMessage property

bool get hasNotMessage

Returns true if message is null, otherwise false.

Implementation

bool get hasNotMessage => !hasMessage;