Elements enum Null safety
- Implemented types
Constants
- bless → const Elements
-
const Elements(8)
- curse → const Elements
-
const Elements(9)
- electric → const Elements
-
const Elements(4)
- fire → const Elements
-
const Elements(2)
- gun → const Elements
-
const Elements(1)
- ice → const Elements
-
const Elements(3)
- nuclear → const Elements
-
const Elements(7)
- physical → const Elements
-
const Elements(0)
- psychic → const Elements
-
const Elements(6)
-
values
→ const List<
Elements> -
A constant List of the values in this enum, in order of their declaration.
const List<
Elements> - wind → const Elements
-
const Elements(5)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited