Metric constructor
Metric({
- String? aggregation,
- LocalizedString? category,
- DerivedMetric? derived,
- LocalizedString? displayLabel,
- bool? hasNonzeroData,
- double? hotValue,
- Map<
String, IndexedHotKey> ? indexedHotKeys, - Map<
String, IndexedKeyRangeInfos> ? indexedKeyRangeInfos, - LocalizedString? info,
- MetricMatrix? matrix,
- LocalizedString? unit,
- bool? visible,
Implementation
Metric({
this.aggregation,
this.category,
this.derived,
this.displayLabel,
this.hasNonzeroData,
this.hotValue,
this.indexedHotKeys,
this.indexedKeyRangeInfos,
this.info,
this.matrix,
this.unit,
this.visible,
});