CSVSettings class
A model representing CSV File parsing settings
Constructors
- CSVSettings.new({String? outputFilepath, String? delimiter, int? columnIndex})
- Constructs a new instance of CSVSettings
Properties
- columnIndex → int
-
The base language's column index. Defaults to 1.
final
- delimiter → String
-
The delimiter to use. Defaults to
,
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- outputFilepath → String?
-
An optional filepath for the output file.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a String representation of the model.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited