stats property
If the item has stats that it provides (damage, defense, etc...), it will be given here.
Implementation
@JsonKey(name:'stats')
Map<String, DestinyStat>? stats;
If the item has stats that it provides (damage, defense, etc...), it will be given here.
@JsonKey(name:'stats')
Map<String, DestinyStat>? stats;