metrics property

  1. @JsonKey(name: 'metrics')
DestinyItemMetricBlockDefinition? metrics
getter/setter pair

If this item has available metrics to be shown, this block will be non-null have the appropriate hashes defined.

Implementation

@JsonKey(name:'metrics')
DestinyItemMetricBlockDefinition? metrics;