RecallMessageInfo class

Constructors

RecallMessageInfo.fromJson(Map map)
factory

Properties

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

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