Theme3d enum

Lichess theme 3D preferences enum.

https://lichess.org/api#tag/Account/operation/accountMe

Inheritance
Annotations
  • @JsonEnum(valueField: 'raw')

Constructors

Theme3d(String raw)
const

Values

blackWhiteAluminium → const Theme3d
const Theme3d('Black-White-Aluminium')
brushedAluminium → const Theme3d
const Theme3d('Brushed-Aluminium')
chinaBlue → const Theme3d
const Theme3d('China-Blue')
chinaGreen → const Theme3d
const Theme3d('China-Green')
chinaGrey → const Theme3d
const Theme3d('China-Grey')
chinaScarlet → const Theme3d
const Theme3d('China-Scarlet')
classicBlue → const Theme3d
const Theme3d('Classic-Blue')
goldSilver → const Theme3d
const Theme3d('Gold-Silver')
lightWood → const Theme3d
const Theme3d('Light-Wood')
powerCoated → const Theme3d
const Theme3d('Power-Coated')
rosewood → const Theme3d
const Theme3d('Rosewood')
marble → const Theme3d
const Theme3d('Marble')
wax → const Theme3d
const Theme3d('Wax')
jade → const Theme3d
const Theme3d('Jade')
woodi → const Theme3d
const Theme3d('Woodi')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
raw String
final
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<Theme3d>
A constant List of the values in this enum, in order of their declaration.