NIMChatroomEnterResult class Null safety
Response to the request for joining a chat room
- Annotations
-
- @JsonSerializable()
Constructors
- NIMChatroomEnterResult({required String roomId, required NIMChatroomInfo roomInfo, required NIMChatroomMember member})
- Account
-
NIMChatroomEnterResult.fromMap(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- member → NIMChatroomMember
-
Information about members in the chat room
@JsonKey(toJson: _chatroomMemberToJson, fromJson: _chatroomMemberFromJson), final
- roomId → String
-
Chat room ID
final
- roomInfo → NIMChatroomInfo
-
Chat room info
@JsonKey(toJson: _chatroomInfoToJson, fromJson: _chatroomInfoFromJson), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited