CSVParser class

Parses csvString into lines

(Copied from CsvToListConverter)

The default values for fieldDelimiter, eol are consistent with rfc4180.

Note that by default invalid values are allowed and no exceptions are thrown.

Constructors

CSVParser(String csvString, {String? fieldDelimiter, String? eol, bool useAutodetect = true})

Properties

csvString String
final
eol String?
final
fieldDelimiter String?
final
hashCode int
The hash code for this object.
no setterinherited
lines List<List>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useAutodetect bool
Enables automatic detection of the following
final

Methods

getLanguageMap(String localeName) Map<String, dynamic>
getLanguages() List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited