ReportQuery constructor

ReportQuery({
  1. String? tableId,
  2. String? filter,
  3. List<CalculatedFormulaField>? formulaFields,
})

Implementation

ReportQuery({
  this.tableId, this.filter, this.formulaFields
});