CsvParser constructor

CsvParser()

Implementation

CsvParser() {
  _converter = const CsvToListConverter();
}