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