MemberInfo class

Annotations
  • @JsonSerializable()

Constructors

MemberInfo({required String accountId, required int uid, required int joinTime, required int expireTime})
MemberInfo.fromJson(Map<String, dynamic> map)
factory

Properties

accountId String
IM 登录的帐号id
final
expireTime int
用户在频道的过期时间
final
hashCode int
The hash code for this object.
no setterinherited
joinTime int
用户加入频道的时间
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid int
音视频Server对应的id
final

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