EmojiDefinition class
Wrapper class around discords emojis data
Properties
- assetFileName ↔ String
-
Name of asset used in discords frontend for this emoji
latefinal
- assetUrl ↔ String
-
Url of emoji picture
latefinal
-
codePoints
↔ Iterable<
int> -
List of utf32 code points
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
-
names
↔ Iterable<
String> -
List of alternative names of emoji
latefinal
- primaryName ↔ String
-
Name of emoji
latefinal
- rawEmoji ↔ String
-
Literal emoji
latefinal
- 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
-
toEmoji(
) → UnicodeEmoji -
Returns
UnicodeEmoji
object of this -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited