itemComponents property

  1. @JsonKey(name: 'itemComponents')
Map<String, DestinyItemComponentSetOfint32>? itemComponents
getter/setter pair

The set of item detail components, one set of item components per Vendor. These are keyed by the Vendor Hash, so you will get one Item Component Set per vendor returned. The components contained inside are themselves keyed by the vendorSaleIndex, and will have whatever item-level components you requested (Sockets, Stats, Instance data etc...) per item being sold by the vendor.

Implementation

@JsonKey(name:'itemComponents')
Map<String, DestinyItemComponentSetOfint32>? itemComponents;