kioskItems property

  1. @JsonKey(name: 'kioskItems')
Map<String, List<DestinyKioskItem>>? kioskItems
getter/setter pair

A dictionary keyed by the Kiosk Vendor's hash identifier (use it to look up the DestinyVendorDefinition for the relevant kiosk vendor), and whose value is a list of all the items that the user can "see" in the Kiosk, and any other interesting metadata.

Implementation

@JsonKey(name:'kioskItems')
Map<String, List<DestinyKioskItem>>? kioskItems;