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