dummyRewards property

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

The rewards as they're represented in the UI. Note that they generally link to "dummy" items that give a summary of rewards rather than direct, real items themselves. If the quantity is 0, don't show the quantity.

Implementation

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