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!)

Annotations
  • @JsonSerializable()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackingValueMax int?
The maximum possible number of items that can be collected.
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<DestinyItemGearsetBlockDefinition>