ReportFooter constructor

ReportFooter({
  1. String? matchingRowCount,
  2. List<ReportWarning>? warnings,
})

Implementation

ReportFooter({
  this.matchingRowCount,
  this.warnings,
});