DestinyItemCraftingBlockDefinition class
If an item can have an action performed on it (like "Dismantle"), it will be defined here if you care.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyItemCraftingBlockDefinition()
-
DestinyItemCraftingBlockDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- baseMaterialRequirements ↔ int?
-
A reference to the base material requirements for crafting with this recipe.
getter/setter pair
-
bonusPlugs
↔ List<
DestinyItemCraftingBlockBonusPlugDefinition> ? -
A list of 'bonus' socket plugs that may be available if certain requirements are met.
getter/setter pair
-
failedRequirementStrings
↔ List<
String> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputItemHash ↔ int?
-
A reference to the item definition that is created when crafting with this 'recipe' item.
getter/setter pair
-
requiredSocketTypeHashes
↔ List<
int> ? -
A list of socket type hashes that describes which sockets are required for crafting with this recipe.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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<DestinyItemCraftingBlockDefinition>