values property

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

Collection of stats for the period.

Implementation

@JsonKey(name:'values')
Map<String, DestinyHistoricalStatsValue>? values;