TeamShipDirty class

Constructors

TeamShipDirty()

Properties

active int
对话激活时间
no getter
alias String
好友备注名 或 群昵称
no getter
apply String
申请描述
no getter
bsid ObjectId
商户id
no getter
data Map<String, dynamic>
final
dialog bool
是否处于对话状态
no getter
extra DbJsonWraper
自定义数据
no getter
fid ObjectId
关系来源id(用户id或群组id)
no getter
from int
关系来源
no getter
hashCode int
The hash code for this object.
no setterinherited
id ObjectId
唯一id
no getter
notice bool
消息是否显示通知
no getter
recent String
最近消息缩写
no getter
rid ObjectId
关联目标id(用户id或群组id)
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sid ObjectId
会话id
no getter
state int
关系状态
no getter
time int
创建时间
no getter
top bool
是否置顶聊天
no getter
uid ObjectId
用户id
no getter
unread int
未读消息数量
no getter
update int
最近消息时间
no getter

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