stats property
- @JsonKey(name: 'stats')
getter/setter pair
Information about the computed stats of the item: power, defense, etc... COMPONENT TYPE: ItemStats
Implementation
@JsonKey(name:'stats')
SingleComponentResponseOfDestinyItemStatsComponent? stats;