Metric constructor

Metric({
  1. List<Dimension>? dimensions,
  2. String? metricName,
  3. String? namespace,
})

Implementation

Metric({
  this.dimensions,
  this.metricName,
  this.namespace,
});