MetricValue constructor

MetricValue({
  1. String? value,
  2. String? variance,
})

Implementation

MetricValue({
  this.value,
  this.variance,
});