ReportRow constructor
ReportRow({
- List<
String> ? dimensions, - List<
DateRangeValues> ? metrics,
Implementation
ReportRow({
this.dimensions,
this.metrics,
});