MetricDefinition constructor

MetricDefinition({
  1. BaseMetric? baseMetric,
  2. String? filter,
  3. String? name,
})

Implementation

MetricDefinition({this.baseMetric, this.filter, this.name});