NamedMetric<T extends Metric> constructor

NamedMetric<T extends Metric>(
  1. String name,
  2. T metric
)

Implementation

NamedMetric(this.name, this.metric);