stats property

  1. @JsonKey(name: 'stats')
Map<String, DestinyStat>? stats
getter/setter pair

If the item has stats that it provides (damage, defense, etc...), it will be given here.

Implementation

@JsonKey(name:'stats')
Map<String, DestinyStat>? stats;