primaryStat property

  1. @JsonKey(name: 'primaryStat')
DestinyStat? primaryStat
getter/setter pair

The item stat that we consider to be "primary" for the item. For instance, this would be "Attack" for Weapons or "Defense" for armor.

Implementation

@JsonKey(name:'primaryStat')
DestinyStat? primaryStat;