OutputFile constructor

OutputFile({
  1. CsvOutputFile? csvOutputFile,
  2. String? fileSizeBytes,
  3. XlsxOutputFile? xlsxOutputFile,
})

Implementation

OutputFile({this.csvOutputFile, this.fileSizeBytes, this.xlsxOutputFile});