Elements enum

Inheritance
Available extensions

Values

Anemo → const Elements
const Elements('風元素')
Pyro → const Elements
const Elements('炎元素')
Electro → const Elements
const Elements('雷元素')
Cryo → const Elements
const Elements('氷元素')
Dendro → const Elements
const Elements('草元素')
Hydro → const Elements
const Elements('水元素')
Geo → const Elements
const Elements('岩元素')
None → const Elements
const Elements('')

Properties

display_name_jp String
final
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

Static Methods

fromname(String name) Elements

Constants

values → const List<Elements>
A constant List of the values in this enum, in order of their declaration.