isCall property
bool
get
isCall
Whether this payload represents a call.
Implementation
bool get isCall => type == CometChatPayloadType.call;
Whether this payload represents a call.
bool get isCall => type == CometChatPayloadType.call;