DestinyVendorInteractionSackEntryDefinition class
Compare this sackType to the sack identifier in the DestinyInventoryItemDefinition.vendorSackType property of items. If they match, show this sack with this interaction.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyVendorInteractionSackEntryDefinition()
-
DestinyVendorInteractionSackEntryDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
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<DestinyVendorInteractionSackEntryDefinition>