CsvToListSink class

The input sink for a chunked csv-string to list conversion.

Implemented types

Constructors

CsvToListSink(Sink<List> _outSink, String? _fieldDelimiter, String? _textDelimiter, String? _textEndDelimiter, String? _eol, CsvSettingsDetector? _csvSettingsDetector, bool _shouldParseNumbers, bool _allowInvalid, dynamic _convertEmptyTo)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String csvChunk) → void
Adds chunked data to this sink.
override
close() → void
Closes the sink.
override
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