objectiveHashes property

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

The hashes to Objectives (DestinyObjectiveDefinition) that are part of this Quest Step, in the order that they should be rendered.

Implementation

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