ReportRowMetricValue constructor

ReportRowMetricValue({
  1. double? doubleValue,
  2. String? integerValue,
  3. String? microsValue,
})

Implementation

ReportRowMetricValue({
  this.doubleValue,
  this.integerValue,
  this.microsValue,
});