hasNotChat property

bool get hasNotChat

Returns true if chat is null, otherwise false.

Implementation

bool get hasNotChat => !hasChat;