EmojiCategory enum
All Emoji categories
Constants
- activity → const EmojiCategory
-
const EmojiCategory(3)
- flags → const EmojiCategory
-
const EmojiCategory(7)
- food → const EmojiCategory
-
const EmojiCategory(2)
- nature → const EmojiCategory
-
const EmojiCategory(1)
- objects → const EmojiCategory
-
const EmojiCategory(5)
- people → const EmojiCategory
-
people category
const EmojiCategory(0)
- symbols → const EmojiCategory
-
const EmojiCategory(6)
- travel → const EmojiCategory
-
const EmojiCategory(4)
-
values
→ const List<
EmojiCategory> -
A constant List of the values in this enum, in order of their declaration.
const List<
EmojiCategory>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited