ReportRow constructor

ReportRow({
  1. Map<String, ReportRowDimensionValue>? dimensionValues,
  2. Map<String, ReportRowMetricValue>? metricValues,
})

Implementation

ReportRow({
  this.dimensionValues,
  this.metricValues,
});