EmojiCategory class
An object represents emoji category information
- 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> -
List of Emoji in this category
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
Emoji category id
final
- name → String
-
Emoji category name
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
Emoji categori url address
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