HistoricalMetric constructor
HistoricalMetric({
- HistoricalMetricName? name,
- Statistic? statistic,
- Threshold? threshold,
- Unit? unit,
Implementation
HistoricalMetric({
this.name,
this.statistic,
this.threshold,
this.unit,
});