stats property

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

If this item can have stats (such as a weapon, armor, or vehicle), this block will be non-null and populated with the stats found on the item.

Implementation

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