IMStoreMessage class

Inheritance

Constructors

IMStoreMessage({String? storeId, String? userId, String? isRead, String? type, String? from, List<int>? at, String? time, String? content, String? isRecall, String? filePath, String? uuid, String? status, IMUser? fromUser, required ChatType chatType})
IMStoreMessage.fromJson(Map<String, dynamic> json, ChatType chatType)
factory

Properties

at List<int>?
getter/setter pair
chatType ChatType
getter/setter pairinherited
consultationId String?
getter/setter pair
content String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited
filePath String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited
from String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited
fromUser IMUser?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isRead String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited
isRecall String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited
lastTalkAt String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited
store StoreModel?
getter/setter pair
storeId String?
getter/setter pair
time String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited
type String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited
userId String?
getter/setter pair
uuid String?
status 0发送成功 1发送中 2发送失败 isRead, "0":未读, "1":已读 isRecall,"0":未撤回, "1":已撤回
getter/setter pairinherited

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.
override

Operators

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