Emoji class
The representation of an emoji. There are three properties availables:
- 'name' : the emoji name (no colon)
- 'full' : the full emoji name. It is name with colons on both sides.
- 'code' : the actual graphic presentation of emoji.
Emoji.None is being used to represent a NULL emoji.
Properties
Methods
-
clone(
) → Emoji -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited