V2TimConversation class Models

V2TimConversation

Constructors

V2TimConversation({required String conversationID, int? type, String? userID, String? groupID, String? showName, String? faceUrl, String? groupType, int? unreadCount, V2TimMessage? lastMessage, String? draftText, int? draftTimestamp, List<V2TimGroupAtInfo?>? groupAtInfoList, bool? isPinned, int? recvOpt, int? orderkey, List<int?>? markList, String? customData, List<String?>? conversationGroupList})
V2TimConversation.fromJson(Map<String, dynamic> json)

Properties

conversationGroupList List<String?>?
getter/setter pair
conversationID String
getter/setter pair
customData String?
getter/setter pair
draftText String?
getter/setter pair
draftTimestamp int?
getter/setter pair
faceUrl String?
getter/setter pair
groupAtInfoList List<V2TimGroupAtInfo?>?
getter/setter pair
groupID String?
getter/setter pair
groupType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPinned bool?
getter/setter pair
lastMessage V2TimMessage?
getter/setter pair
markList List<int?>?
getter/setter pair
orderkey int?
getter/setter pair
recvOpt int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showName String?
getter/setter pair
type int?
getter/setter pair
unreadCount int?
getter/setter pair
userID String?
getter/setter pair

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