AnimatedEmojiDataUtil class
Utility class for emoji data.
Can be used to get emojis by name, id or unicode emoji.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
fromEmojiString(
String emoji) → AnimatedEmojiData? -
Return the animates emoji that equals a
emoji
. -
fromId(
String id) → AnimatedEmojiData -
Return the animated emoji that equals
id
. -
fromName(
String name) → AnimatedEmojiData -
Return the animated emoji of
name
. -
getCamelCaseName(
String id) → String -
Returns the name of the emoji from the
id
in camel case. -
getIdFromName(
String name) → String? - Return the id of the emoji from its camel case name.