Reaction class
Represents a reaction.
- Annotations
-
- @JsonSerializable()
Constructors
-
Reaction.new({required String key, required List<
String> userIds, required int updatedAt}) -
Reaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
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