Report constructor
Report({})
Implementation
Report({
this.averages,
this.headers,
this.kind,
this.rows,
this.totalMatchedRows,
this.totals,
this.warnings,
});
Report({
this.averages,
this.headers,
this.kind,
this.rows,
this.totalMatchedRows,
this.totals,
this.warnings,
});