EmojiReactionSummary class
The number of people who reacted to a message with a specific emoji.
Constructors
- EmojiReactionSummary({Emoji? emoji, int? reactionCount})
- EmojiReactionSummary.fromJson(Map json_)
Properties
- emoji ↔ Emoji?
-
Emoji associated with the reactions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reactionCount ↔ int?
-
The total number of reactions using the associated emoji.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.
inherited