MetricValue constructor

MetricValue({
  1. String? value,
})

Implementation

MetricValue({
  this.value,
});