V2TimGroupMemberFullInfo class Models

V2TimGroupMemberFullInfo

Annotations

Constructors

V2TimGroupMemberFullInfo(String userID, int role, int muteUntil, int joinTime, Map<String, String> customInfo, String nickName, String nameCard, String friendRemark, String faceUrl)
V2TimGroupMemberFullInfo.fromJson(Map<String, dynamic> srcJson)
factory

Properties

customInfo Map<String, String>
@JsonKey(name: 'customInfo'), read / write
faceUrl String
@JsonKey(name: 'faceUrl'), read / write
friendRemark String
@JsonKey(name: 'friendRemark'), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
joinTime int
@JsonKey(name: 'joinTime'), read / write
muteUntil int
@JsonKey(name: 'muteUntil'), read / write
nameCard String
@JsonKey(name: 'nameCard'), read / write
nickName String
@JsonKey(name: 'nickName'), read / write
role int
@JsonKey(name: 'role'), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
userID String
@JsonKey(name: 'userID'), read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited