ReportRow constructor
      
      ReportRow({ 
    
    
- Map<String, ReportRowDimensionValue> ? dimensionValues,
- Map<String, ReportRowMetricValue> ? metricValues,
Implementation
ReportRow({
  this.dimensionValues,
  this.metricValues,
});