computedStats property

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

The stats computed for this level/quality range.

Implementation

@JsonKey(name:'computedStats')
Map<String, DestinyInventoryItemStatDefinition>? computedStats;