DestinyDerivedItemDefinition class
This is a reference to, and summary data for, a specific item that you can get as a result of Using or Acquiring some other Item (For example, this could be summary information for an Emote that you can get by opening an an Eververse Box) See DestinyDerivedItemCategoryDefinition for more information.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyDerivedItemDefinition()
-
DestinyDerivedItemDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconPath ↔ String?
-
An icon for the item.
getter/setter pair
- itemDescription ↔ String?
-
A brief description of the item.
getter/setter pair
- itemDetail ↔ String?
-
Additional details about the derived item, in addition to the description.
getter/setter pair
- itemHash ↔ int?
-
The hash for the DestinyInventoryItemDefinition of this derived item, if there is one. Sometimes we are given this information as a manual override, in which case there won't be an actual DestinyInventoryItemDefinition for what we display, but you can still show the strings from this object itself.
getter/setter pair
- itemName ↔ String?
-
The name of the derived item.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vendorItemIndex ↔ int?
-
If the item was derived from a "Preview Vendor", this will be an index into the DestinyVendorDefinition's itemList property. Otherwise, -1.
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<DestinyDerivedItemDefinition>