SearchResultItems class

Constructors

SearchResultItems({String? conversationID, int? messageCount, List<Message>? messageList})
SearchResultItems.fromJson(Map<String, dynamic> json)

Properties

conversationID String?
会话ID
getter/setter pair
conversationType int?
会话类型1单聊,2群聊,3,超级大群,4通知会话
getter/setter pair
faceURL String?
头像
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messageCount int?
搜索到的这个会话下的消息数量
getter/setter pair
messageList List<Message>?
Message的列表
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showName 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