CSVOutput class
Contains information about the comma-separated value (CSV) file that the job results are stored in.
Constructors
- CSVOutput({String? fieldDelimiter, String? quoteCharacter, String? quoteEscapeCharacter, QuoteFields? quoteFields, String? recordDelimiter})
-
CSVOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- fieldDelimiter → String?
-
A value used to separate individual fields from each other within a record.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- quoteCharacter → String?
-
A value used as an escape character where the field delimiter is part of the
value.
final
- quoteEscapeCharacter → String?
-
A single character used for escaping the quotation-mark character inside an
already escaped value.
final
- quoteFields → QuoteFields?
-
A value that indicates whether all output fields should be contained within
quotation marks.
final
- recordDelimiter → String?
-
A value used to separate individual records from each other.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited