PredefinedMetricSpecification constructor
PredefinedMetricSpecification({
- required MetricType predefinedMetricType,
- String? resourceLabel,
Implementation
PredefinedMetricSpecification({
required this.predefinedMetricType,
this.resourceLabel,
});