V2TimGroupInfo class Models

V2TimGroupInfo

Annotations
  • @JsonSerializable()

Constructors

V2TimGroupInfo(String? groupID, String? groupType, String? groupName, String? notification, String? introduction, String? faceUrl, bool? allMuted, String? owner, int? createTime, int? groupAddOpt, int? lastInfoTime, int? lastMessageTime, int? memberCount, int? onlineCount, int? role, int? recvOpt, int? joinTime, Map<String, String>? customInfo)
V2TimGroupInfo.fromJson(Map<String, dynamic> srcJson)
factory

Properties

allMuted bool?
getter/setter pair
createTime int?
getter/setter pair
customInfo Map<String, String>?
getter/setter pair
faceUrl String?
getter/setter pair
groupAddOpt int?
getter/setter pair
groupID String?
getter/setter pair
groupName String?
getter/setter pair
groupType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
introduction String?
getter/setter pair
joinTime int?
getter/setter pair
lastInfoTime int?
getter/setter pair
lastMessageTime int?
getter/setter pair
memberCount int?
getter/setter pair
notification String?
getter/setter pair
onlineCount int?
getter/setter pair
owner String?
getter/setter pair
recvOpt int?
getter/setter pair
role int?
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