MetricLine constructor

MetricLine(
  1. String text, {
  2. Severity? severity,
})

Constructor for the MetricLine class

Implementation

MetricLine(this.text, {this.severity});