ConversationEntity class

会话实体

Constructors

ConversationEntity.fromJson(dynamic data)

Properties

conversationID String
会话ID
getter/setter pair
draftText String?
草稿文本
getter/setter pair
draftTimestamp int?
草稿时间
getter/setter pair
faceUrl String?
头像
getter/setter pair
groupAtInfoList List<GroupAtInfoEntity>?
@信息列表
getter/setter pair
groupID String?
群ID
getter/setter pair
groupType GroupTypeEnum?
群类型
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
lastMessage MessageEntity?
最后一条消息
getter/setter pair
recvOpt GroupReceiveMessageOptEnum?
接收消息选项(群会话有效)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showName String?
显示名称
getter/setter pair
type ConversationTypeEnum
会话类型
getter/setter pair
unreadCount int?
未读数量
getter/setter pair
userID String?
用户ID
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override