SpecialItemType enum

Inheritance

Constructors

SpecialItemType()
const

Values

None → const SpecialItemType

None = 0

SpecialCurrency → const SpecialItemType

SpecialCurrency = 1

Armor → const SpecialItemType

Armor = 8

Weapon → const SpecialItemType

Weapon = 9

Engram → const SpecialItemType

Engram = 23

Consumable → const SpecialItemType

Consumable = 24

ExchangeMaterial → const SpecialItemType

ExchangeMaterial = 25

MissionReward → const SpecialItemType

MissionReward = 27

Currency → const SpecialItemType

Currency = 29

ProtectedInvalidEnumValue → const SpecialItemType

value not found fallback

Properties

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

Constants

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