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
- 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?
-
Available on DestinySocketCategoryStyle, provided by the DestinySocketCategoryStyleExtension extension
no setter
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.