NIMChatroomKickOutEvent constructor Null safety
- String roomId,
- NIMChatroomKickOutReason reason,
- Map<
String, dynamic> ? extension
Implementation
NIMChatroomKickOutEvent(String roomId, this.reason, this.extension)
: super(roomId);
NIMChatroomKickOutEvent(String roomId, this.reason, this.extension)
: super(roomId);