MetricTransformation constructor
MetricTransformation({})
Implementation
MetricTransformation({
required this.metricName,
required this.metricNamespace,
required this.metricValue,
this.defaultValue,
});
MetricTransformation({
required this.metricName,
required this.metricNamespace,
required this.metricValue,
this.defaultValue,
});