NIMSignallingRoomInfo class
房间相关信息
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
NIMSignallingRoomInfo({NIMSignallingChannelInfo? channelInfo, List<
NIMSignallingMember> ? members}) -
NIMSignallingRoomInfo.fromJson(Map<
String, dynamic> map) -
factory
Properties
- channelInfo ↔ NIMSignallingChannelInfo?
-
获取频道房间相关信息
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
members
↔ List<
NIMSignallingMember> ? -
获取成员列表信息
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited