MetricShortId constructor

MetricShortId({
  1. int? metricIndex,
  2. String? shortId,
})

Implementation

MetricShortId({
  this.metricIndex,
  this.shortId,
});