CsvSettings class

Combines multiple values / settings into one class.

Constructors

CsvSettings(String? fieldDelimiter, String? textDelimiter, String? textEndDelimiter, String? eol, bool? needMoreData)
const

Properties

eol String?
If this value is null it wasn't detected (only possible if needMoreDate is true or the detector doesn't care about this field.
final
fieldDelimiter String?
If this value is null it wasn't detected (only possible if needMoreDate is true or the detector doesn't care about this field.
final
hashCode int
The hash code for this object.
no setterinherited
needMoreData bool?
If this value is true at least one value wasn't detected. All fields which haven't been detected are null. Note however, that a null field could also mean, that the Detected doesn't care about this field.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textDelimiter String?
If this value is null it wasn't detected (only possible if needMoreDate is true or the detector doesn't care about this field.
final
textEndDelimiter String?
If this value is null it wasn't detected (only possible if needMoreDate is true or the detector doesn't care about this field.
final

Methods

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