NIMChatroomKickOutEvent constructor

NIMChatroomKickOutEvent(
  1. String roomId,
  2. NIMChatroomKickOutReason reason,
  3. Map<String, dynamic>? extension
)

Implementation

NIMChatroomKickOutEvent(String roomId, this.reason, this.extension)
    : super(roomId);