itemValue property

  1. @JsonKey(name: 'itemValue')
List<DestinyItemQuantity>? itemValue
getter/setter pair

References to the items that make up this item's "value", and the quantity.

Implementation

@JsonKey(name:'itemValue')
List<DestinyItemQuantity>? itemValue;