Metric constructor

Metric({
  1. String type = '',
  2. Map<String, String> labels = const {},
})

Implementation

Metric({this.type = '', this.labels = const {}}) : super(fullyQualifiedName);