SpendMethod enum

Inheritance
Available extensions

Values

Undefined → const SpendMethod
const SpendMethod(0)
Boost → const SpendMethod
const SpendMethod(1)
Continuity → const SpendMethod
const SpendMethod(2)
Create → const SpendMethod
const SpendMethod(3)
Unlock → const SpendMethod
const SpendMethod(4)
Upgrade → const SpendMethod
const SpendMethod(5)
Shop → const SpendMethod
const SpendMethod(6)
Other → const SpendMethod
const SpendMethod(7)

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 int
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

Static Methods

fromInt(int val) SpendMethod

Constants

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