primaryStat property
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;
The item stat that we consider to be "primary" for the item. For instance, this would be "Attack" for Weapons or "Defense" for armor.
@JsonKey(name:'primaryStat')
DestinyStat? primaryStat;