metricHash property

  1. @JsonKey(name: 'metricHash')
int? metricHash
getter/setter pair

The identifier for the currently-selected metric definition, to be displayed on the emblem nameplate.

Implementation

@JsonKey(name:'metricHash')
int? metricHash;