isChat property

bool get isChat

Whether this payload represents a chat message.

Implementation

bool get isChat => type == CometChatPayloadType.chat;