ExportContextCsvExportOptions constructor

ExportContextCsvExportOptions({
  1. String? escapeCharacter,
  2. String? fieldsTerminatedBy,
  3. String? linesTerminatedBy,
  4. String? quoteCharacter,
  5. String? selectQuery,
})

Implementation

ExportContextCsvExportOptions({
  this.escapeCharacter,
  this.fieldsTerminatedBy,
  this.linesTerminatedBy,
  this.quoteCharacter,
  this.selectQuery,
});