CsvExportOptions class
Options for exporting data in CSV format.
Constructors
- CsvExportOptions.new({String? escapeCharacter, String? fieldDelimiter, String? quoteCharacter, String? selectQuery})
- CsvExportOptions.fromJson(Map json_)
Properties
- escapeCharacter ↔ String?
-
Specifies the character that should appear before a data character that
needs to be escaped.
getter/setter pair
- fieldDelimiter ↔ String?
-
Specifies the character that separates columns within each row (line) of
the file.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- quoteCharacter ↔ String?
-
Specifies the quoting character to be used when a data value is quoted.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectQuery ↔ String?
-
The SELECT query used to extract the data.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited