PredefinedMetricSpecification constructor

PredefinedMetricSpecification({
  1. required MetricType predefinedMetricType,
  2. String? resourceLabel,
})

Implementation

PredefinedMetricSpecification({
  required this.predefinedMetricType,
  this.resourceLabel,
});