CsvOptions constructor
CsvOptions({})
Implementation
CsvOptions({
this.allowJaggedRows,
this.allowQuotedNewlines,
this.encoding,
this.fieldDelimiter,
this.nullMarker,
this.preserveAsciiControlCharacters,
this.quote,
this.skipLeadingRows,
});