MetricStructuredName constructor

MetricStructuredName({
  1. Map<String, String>? context,
  2. String? name,
  3. String? origin,
})

Implementation

MetricStructuredName({
  this.context,
  this.name,
  this.origin,
});