ReactionTypeCustomEmoji class
The reaction is based on a custom emoji.
- Implemented types
Constructors
- ReactionTypeCustomEmoji({required String customEmojiId})
-
Constructs a ReactionTypeCustomEmoji object
const
-
ReactionTypeCustomEmoji.fromJson(Map<
String, dynamic> json) -
Creates a ReactionTypeCustomEmoji object from JSON object
factory
Properties
- customEmojiId → String
-
Custom emoji identifier
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ReactionTypeType
-
Type of the reaction, always “custom”
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts a ReactionTypeCustomEmoji object to JSON object
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited