CsvDefinition class
Constructors
- CsvDefinition.new({String quoteChar = '"', String escapeChar = '"', String delimiter = ",", String newline = "\n"})
Properties
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