ConversationInfo class

Constructors

ConversationInfo({required String conversationID, int? conversationType, String? userID, String? groupID, String? showName, String? faceURL, int? recvMsgOpt, int unreadCount = 0, Message? latestMsg, int? latestMsgSendTime, String? draftText, int? draftTextTime, bool? isPrivateChat, int? burnDuration, bool? isPinned, bool? isNotInGroup, String? ex, int? groupAtType, bool? isMsgDestruct, int? msgDestructTime})
ConversationInfo.fromJson(Map<String, dynamic> json)

Properties

burnDuration int?
getter/setter pair
conversationID String
getter/setter pair
conversationType int?
getter/setter pair
draftText String?
getter/setter pair
draftTextTime int?
getter/setter pair
ex String?
getter/setter pair
faceURL String?
getter/setter pair
groupAtType int?
getter/setter pair
groupID String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isGroupChat bool
no setter
isMsgDestruct bool?
getter/setter pair
isNotInGroup bool?
getter/setter pair
isPinned bool?
getter/setter pair
isPrivateChat bool?
getter/setter pair
isSingleChat bool
no setter
isValid bool
no setter
latestMsg Message?
getter/setter pair
latestMsgSendTime int?
getter/setter pair
msgDestructTime int?
getter/setter pair
recvMsgOpt int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showName String?
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.
override