EmojiCategory class Null safety

An object represents emoji category information

Annotations

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.
read-onlyinherited
id int
Emoji category id
final
name String
Emoji category name
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url String
Emoji categori url address
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited