EmojiParser class

Emoji storage and parser. You will need to instantiate one of this instance to start using.

Constructors

EmojiParser()

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

emojify(String text) String
Emojify the input text.
get(String name) Emoji
getEmoji(String emoji) Emoji
Get emoji based on emoji code.
getName(String name) Emoji
hasEmoji(String emoji) bool
hasName(String name) bool
info(String name) Emoji
Get info for an emoji.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unemojify(String text) String
This method will unemojify the text containing the Unicode emoji symbols into emoji name.

Operators

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

Static Properties

REGEX_NAME RegExp
final