investmentStats property

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

If the item has stats, this block will be defined. It has the "raw" investment stats for the item. These investment stats don't take into account the ways that the items can spawn, nor do they take into account any Stat Group transformations. I have retained them for debugging purposes, but I do not know how useful people will find them.

Implementation

@JsonKey(name:'investmentStats')
List<DestinyItemInvestmentStatDefinition>? investmentStats;