perkHashes property
The list of hash identifiers for Perks (DestinySandboxPerkDefinition) that are applied when this step is active. Perks provide a variety of benefits and modifications - examine DestinySandboxPerkDefinition to learn more.
Implementation
@JsonKey(name:'perkHashes')
List<int>? perkHashes;