ImportContextCsvImportOptions constructor
ImportContextCsvImportOptions({})
Implementation
ImportContextCsvImportOptions({
this.columns,
this.escapeCharacter,
this.fieldsTerminatedBy,
this.linesTerminatedBy,
this.quoteCharacter,
this.table,
});