NIMChatroomEnterResult constructor Null safety
- {required String roomId,
- required NIMChatroomInfo roomInfo,
- required NIMChatroomMember member}
Account
Implementation
// final String account;
NIMChatroomEnterResult({
required this.roomId,
// required this.resCode,
required this.roomInfo,
required this.member,
});