HistoricalMetric constructor

HistoricalMetric({
  1. HistoricalMetricName? name,
  2. Statistic? statistic,
  3. Threshold? threshold,
  4. Unit? unit,
})

Implementation

HistoricalMetric({
  this.name,
  this.statistic,
  this.threshold,
  this.unit,
});