hasChat property
bool
get
hasChat
Returns true if chat
is not null, otherwise false.
Implementation
bool get hasChat => chat != null;
Returns true if chat
is not null, otherwise false.
bool get hasChat => chat != null;