stats property

  1. @JsonKey(name: 'stats')
DestinyObjectiveStatEntryDefinition? stats
getter/setter pair

If this objective enables modifications on a player's stats intrinsically, the conditions are defined here.

Implementation

@JsonKey(name:'stats')
DestinyObjectiveStatEntryDefinition? stats;