visibleRewards property
- @JsonKey.new(name: 'visibleRewards')
getter/setter pair
A filtered list of reward mappings with only the currently visible reward items.
Implementation
@JsonKey(name:'visibleRewards')
List<DestinyActivityRewardMapping>? visibleRewards;