UtilizationMetric constructor
UtilizationMetric({
- MetricName? name,
- MetricStatistic? statistic,
- double? value,
Implementation
UtilizationMetric({
this.name,
this.statistic,
this.value,
});