DestinyItemActionRequiredItemDefinition class
The definition of an item and quantity required in a character's inventory in order to perform an action.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyItemActionRequiredItemDefinition()
-
DestinyItemActionRequiredItemDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- count ↔ int?
-
The minimum quantity of the item you have to have.
getter/setter pair
- deleteOnAction ↔ bool?
-
If true, the item/quantity will be deleted from your inventory when the action is performed. Otherwise, you'll retain these required items after the action is complete.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemHash ↔ int?
-
The hash identifier of the item you need to have. Use it to look up the DestinyInventoryItemDefinition for more info.
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<DestinyItemActionRequiredItemDefinition>