Csv class
A representation of a CSV file attachment, as a list of column headers and a list of data rows.
Properties
-
dataRows
↔ List<
CsvRow> ? -
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
↔ List<
String> ? -
The list of headers for data columns in a CSV file.
getter/setter pair
- 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