ReportRow constructor

ReportRow({
  1. List<String>? dimensions,
  2. List<DateRangeValues>? metrics,
})

Implementation

ReportRow({
  this.dimensions,
  this.metrics,
});