ReportDataResponse constructor

ReportDataResponse({
  1. List<ColumnHeader>? columnHeaders,
  2. String? nextPageToken,
  3. List<ReportDataRow>? rows,
  4. ReportDataRow? totalRow,
})

Implementation

ReportDataResponse({
  this.columnHeaders,
  this.nextPageToken,
  this.rows,
  this.totalRow,
});