MetricCollectionType constructor

MetricCollectionType({
  1. String? metric,
})

Implementation

MetricCollectionType({
  this.metric,
});