index property

  1. @JsonKey(name: 'index')
int? index
getter/setter pair

The index of the item in the related DestinyVendorDefintion's itemList property, representing the sale.

Implementation

@JsonKey(name:'index')
int? index;