SkinTone enum

The skin tone used for emojis

Inheritance

Constructors

SkinTone()
const

Values

light β†’ const SkinTone

πŸ€™πŸ»Light skin tone

mediumLight β†’ const SkinTone

πŸ€™πŸΌ Medium Light skin tone

medium β†’ const SkinTone

πŸ€™πŸ½ Medium skin tone

mediumDark β†’ const SkinTone

πŸ€™πŸΎ Medium Dark skin tone

dark β†’ const SkinTone

πŸ€™πŸΏ Dark skin tone

simpson β†’ const SkinTone

πŸ€™ Default yellow skin tone.

Properties

hashCode β†’ int
The hash code for this object.
no setterinherited
index β†’ int
A numeric identifier for the enumerated value.
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

Constants

values β†’ const List<SkinTone>
A constant List of the values in this enum, in order of their declaration.