ChatMessageReaction class

The message Reaction instance class, which has the following attributes: Reaction: The message Reaction. UserCount: The count of users that added the Reaction. UserList: The list of users that added the Reaction. isAddedBySelf: Whether the current user added this Reaction.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
isAddedBySelf bool
Whether the current user added this Reaction.
final
reaction String
The Reaction content
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
userCount int
The count of the users who added this Reaction.
final
userList List<String>
The list of users that added this Reaction
final

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