challengeObjectiveHashes property

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

Active Challenges for the activity, if any - represented as hashes for DestinyObjectiveDefinitions.

Implementation

@JsonKey(name:'challengeObjectiveHashes')
List<int>? challengeObjectiveHashes;