Metric constructor

Metric({
  1. Map<String, String>? labels,
  2. String? type,
})

Implementation

Metric({this.labels, this.type});