ReportFooter constructor
ReportFooter({
- String? matchingRowCount,
- List<
ReportWarning> ? warnings,
Implementation
ReportFooter({this.matchingRowCount, this.warnings});