isChat property
bool
get
isChat
Whether this payload represents a chat message.
Implementation
bool get isChat => type == CometChatPayloadType.chat;
Whether this payload represents a chat message.
bool get isChat => type == CometChatPayloadType.chat;