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.

Constructors

Emoji(String name, String code)

Properties

code String
final
full String
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override

Static Properties

None Emoji
If emoji not found, the parser always returns this.
final