MetricDef constructor

const MetricDef(
  1. String key,
  2. String label,
  3. String unit
)

Implementation

const MetricDef(this.key, this.label, this.unit);