sourceHashes property

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

The list of hash identifiers for Reward Sources that hint where the item can be found (DestinyRewardSourceDefinition).

Implementation

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