itemValue property
References to the items that make up this item's "value", and the quantity.
Implementation
@JsonKey(name:'itemValue')
List<DestinyItemQuantity>? itemValue;
References to the items that make up this item's "value", and the quantity.
@JsonKey(name:'itemValue')
List<DestinyItemQuantity>? itemValue;