CsvDefinition class

Constructors

CsvDefinition.new({String quoteChar = '"', String escapeChar = '"', String delimiter = ",", String newline = "\n"})

Properties

delimiter String
final
escapeChar String
final
hashCode int
The hash code for this object.
no setterinherited
newline String
final
quoteChar String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() → Parser<List<List<String>>>
Builds the default composite parser starting at start.
inherited
buildFrom<T>(Parser<T> parser) → Parser<T>
Builds a composite parser starting with the specified parser.
inherited
field() → Parser<String>
lines() → Parser<List<List<String>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plainField() → Parser<String>
plainFieldChar() → Parser<String>
plainFieldContent() → Parser<String>
quotedField() → Parser<String>
quotedFieldChar() → Parser<String>
quotedFieldContent() → Parser<String>
records() → Parser<List<String>>
start() → Parser<List<List<String>>>
The starting production of this definition.
toString() String
A string representation of this object.
inherited

Operators

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