EmojiCategory class
Objects representing a category of emoji.
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
-
EmojiCategory({required int id, required String name, required String url, required List<
Emoji> emojis}) -
EmojiCategory.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
emojis
→ List<
Emoji> -
The list of emojis.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → int
-
The id of the emoji category.
final
- name → String
-
The name of the emoji category.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- url → String
-
The url of the emoji category.
final
Methods
-
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.
inherited