Reaction class
Objects representing a reaction.
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- key → String
-
The key of the reaction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- updatedAt ↔ int
-
The updated time of the reaction in milliseconds.
read / write
-
updatedAts
↔ Map<
String, int> -
read / write
-
userIds
↔ List<
String> -
The user ids.
read / write
Methods
-
merge(
ReactionEvent event) → bool -
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.
override