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