MetricOrderBy constructor

MetricOrderBy({
  1. String? metricName,
})

Implementation

MetricOrderBy({
  this.metricName,
});