Reaction class
Objects representing a reaction.
- Annotations
-
- @JsonSerializable()
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- key → String
-
The key of the reaction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt ↔ int
-
The updated time of the reaction in milliseconds.
getter/setter pair
-
updatedAts
↔ Map<
String, int> -
getter/setter pair
-
userIds
↔ List<
String> -
The user ids.
getter/setter pair
Methods
-
merge(
ReactionEvent event) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override