ReportQuery constructor
ReportQuery({
- String? tableId,
- String? filter,
- List<
CalculatedFormulaField> ? formulaFields,
Implementation
ReportQuery({
this.tableId, this.filter, this.formulaFields
});