RingColor enum
Values
- swaggerGeneratedUnknown → const RingColor
-
const RingColor(null)
- brushedSilver → const RingColor
-
const RingColor('brushed_silver')
- glossyBlack → const RingColor
-
const RingColor('glossy_black')
- glossyGold → const RingColor
-
const RingColor('glossy_gold')
- glossyWhite → const RingColor
-
const RingColor('glossy_white')
- gucci → const RingColor
-
const RingColor('gucci')
- mattGold → const RingColor
-
const RingColor('matt_gold')
- rose → const RingColor
-
const RingColor('rose')
- silver → const RingColor
-
const RingColor('silver')
- stealthBlack → const RingColor
-
const RingColor('stealth_black')
- titanium → const RingColor
-
const RingColor('titanium')
- titaniumAndGold → const RingColor
-
const RingColor('titanium_and_gold')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
final
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