ExportDataStatistics constructor

ExportDataStatistics({
  1. String? fileCount,
  2. String? rowCount,
})

Implementation

ExportDataStatistics({
  this.fileCount,
  this.rowCount,
});