Metric constructor

Metric({
  1. String? aggregation,
  2. LocalizedString? category,
  3. DerivedMetric? derived,
  4. LocalizedString? displayLabel,
  5. bool? hasNonzeroData,
  6. double? hotValue,
  7. Map<String, IndexedHotKey>? indexedHotKeys,
  8. Map<String, IndexedKeyRangeInfos>? indexedKeyRangeInfos,
  9. LocalizedString? info,
  10. MetricMatrix? matrix,
  11. LocalizedString? unit,
  12. 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,
});