DestinySocketCategoryStyle enum
- Inheritance
- Available extensions
Values
- Unknown → const DestinySocketCategoryStyle
-
Unknown = 0
- Reusable → const DestinySocketCategoryStyle
-
Reusable = 1
- Consumable → const DestinySocketCategoryStyle
-
Consumable = 2
- Unlockable → const DestinySocketCategoryStyle
-
Unlockable = 3
- Intrinsic → const DestinySocketCategoryStyle
-
Intrinsic = 4
- EnergyMeter → const DestinySocketCategoryStyle
-
EnergyMeter = 5
- LargePerk → const DestinySocketCategoryStyle
-
LargePerk = 6
- Abilities → const DestinySocketCategoryStyle
-
Abilities = 7
- Supers → const DestinySocketCategoryStyle
-
Supers = 8
- ProtectedInvalidEnumValue → const DestinySocketCategoryStyle
-
value not found fallback
Properties
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<
DestinySocketCategoryStyle> - A constant List of the values in this enum, in order of their declaration.