RecallMessageInfo class

Constructors

RecallMessageInfo.fromJson(Map map)
factory

Properties

conversationId String?
撤回消息的会话ID。
final
ext String?
撤回消息时要透传的信息。
final
hashCode int
The hash code for this object.
no setterinherited
recallBy String
撤回消息的用户。
final
recallMessage EMMessage?
撤回的消息,离线撤回会为空。
final
recallMessageId String
撤回消息的id
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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