EMChatThread class
子区详情类。
Constructors
- EMChatThread.fromJson(Map map)
-
factory
Properties
- createAt → int
-
子区创建的 Unix 时间戳。单位为毫秒。
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- lastMessage → EMMessage?
-
子区最新一条消息。如果为空,表明最新一条消息被撤回。
final
- membersCount → int
-
子区成员数量。
final
- messageCount → int
-
子区消息数量。
final
- messageId → String
-
子区父消息 ID。
final
- owner → String?
-
子区创建者的用户 ID。
final
- parentId → String
-
子区所属的群组 ID。
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- threadId → String
-
子区 ID。
final
- threadName → String?
-
子区名称。
final
Methods
-
copyWith(
{String? threadId, String? threadName, String? owner, String? messageId, String? parentId, int? membersCount, int? messageCount, int? createAt, EMMessage? lastMessage}) → EMChatThread -
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