isCall property

bool get isCall

Whether this payload represents a call.

Implementation

bool get isCall => type == CometChatPayloadType.call;