EMMessageReaction class
消息 Reaction 实体类,用于指定 Reaction 属性。
Constructors
- EMMessageReaction.fromJson(Map map)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isAddedBySelf → bool
-
当前用户是否添加了该 Reaction。
final
- reaction → String
-
Reaction 内容。
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- userCount → int
-
添加了指定 Reaction 的用户数量。
final
-
userList
→ List<
String> -
添加了指定 Reaction 的用户列表。
final
Methods
-
copyWith(
{String? reaction, int? userCount, bool? isAddedBySelf, List< String> ? userList}) → EMMessageReaction -
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