displayActivityHashes property

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

For every entry in objectiveHashes, there is a corresponding entry in this array at the same index. If the objective is meant to be associated with a specific DestinyActivityDefinition, there will be a valid hash at that index. Otherwise, it will be invalid (0). Rendered somewhat obsolete by perObjectiveDisplayProperties, which currently has much the same information but may end up with more info in the future.

Implementation

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