hasChat property

bool get hasChat

Returns true if chat is not null, otherwise false.

Implementation

bool get hasChat => chat != null;