CsvParser constructor

const CsvParser({
  1. String fieldSep = ',',
  2. String textSep = '"',
  3. bool multiline = true,
})

Implementation

const CsvParser(
    {this.fieldSep = ',', this.textSep = '"', this.multiline = true});