sourceHashes property

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

The DestinyRewardSourceDefinitions found that can spawn the item at this level.

Implementation

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