scaledStats property

  1. @JsonKey(name: 'scaledStats')
List<DestinyStatDisplayDefinition>? scaledStats
getter/setter pair

Any stat that requires scaling to be transformed from an "Investment" stat to a "Display" stat will have an entry in this list. For more information on what those types of stats mean and the transformation process, see DestinyStatDefinition. In retrospect, I wouldn't mind if this was a dictionary keyed by the stat hash instead. But I'm going to leave it be because [After Apple Picking].

Implementation

@JsonKey(name:'scaledStats')
List<DestinyStatDisplayDefinition>? scaledStats;