stats property

  1. @JsonKey(name: 'stats')
SingleComponentResponseOfDestinyItemStatsComponent? stats
getter/setter pair

Information about the computed stats of the item: power, defense, etc... COMPONENT TYPE: ItemStats

Implementation

@JsonKey(name:'stats')
SingleComponentResponseOfDestinyItemStatsComponent? stats;