primaryBaseStatHash property

  1. @JsonKey(name: 'primaryBaseStatHash')
int? primaryBaseStatHash
getter/setter pair

This stat is determined to be the "primary" stat, and can be looked up in the stats or any other stat collection related to the item. Use this hash to look up the stat's value using DestinyInventoryItemDefinition.stats.stats, and the renderable data for the primary stat in the related DestinyStatDefinition.

Implementation

@JsonKey(name:'primaryBaseStatHash')
int? primaryBaseStatHash;