ChannelMediaInfo
类。
-
Annotations
@JsonSerializable(explicitToJson: true)
Constructors
-
ChannelMediaInfo(String uid, {String channelName, String token})
Constructs a ChannelMediaInfo
-
ChannelMediaInfo.fromJson(Map<String, dynamic> json)
factory
Properties
-
频道名。@JsonKey(includeIfNull: false), read / write
-
The hash code for this object. [...]read-only, inherited
-
A representation of the runtime type of the object.read-only, inherited
-
能加入频道的 Token。@JsonKey(includeIfNull: false), read / write
-
用户 ID。final
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.inherited
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited