DestinyItemGearsetBlockDefinition class
If an item has a related gearset, this is the list of items in that set, and an unlock expression that evaluates to a number representing the progress toward gearset completion (a very rare use for unlock expressions!)
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
itemList
↔ List<
int> -
The list of hashes for items in the gearset. Use them to look up
DestinyInventoryItemDefinition entries for the items in the set. [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- trackingValueMax ↔ int
-
The maximum possible number of items that can be collected.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited