NIMChatroomEnterResult constructor Null safety

NIMChatroomEnterResult(
  1. {required String roomId,
  2. required NIMChatroomInfo roomInfo,
  3. required NIMChatroomMember member}
)

Account

Implementation

// final String account;

NIMChatroomEnterResult({
  required this.roomId,
  // required this.resCode,
  required this.roomInfo,
  required this.member,
});