dataRows property

List<CsvRow>? dataRows
getter/setter pair

The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.

Implementation

core.List<CsvRow>? dataRows;