NIMChatroomEnterResult constructor

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

账号

Implementation

// final String account;

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