QChatKickedOutEvent constructor Null safety
- {String? extension,
- int? clientType,
- int? customClientType,
- QChatKickOutReason? kickReason}
Implementation
QChatKickedOutEvent(
{this.extension,
this.clientType,
this.customClientType,
this.kickReason});