objectiveHashes property
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;
The hashes to Objectives (DestinyObjectiveDefinition) that are part of this Quest Step, in the order that they should be rendered.
@JsonKey(name:'objectiveHashes')
List<int>? objectiveHashes;