NIMChatroomEnterResult class
加入聊天室响应
- Annotations
-
- @JsonSerializable()
Constructors
- NIMChatroomEnterResult({required String roomId, required NIMChatroomInfo roomInfo, required NIMChatroomMember member})
- 账号
-
NIMChatroomEnterResult.fromMap(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- member → NIMChatroomMember
-
当前用户聊天室成员信息
final
- roomId → String
-
聊天室ID
final
- roomInfo → NIMChatroomInfo
-
聊天室信息
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited