rows property

Stream<CsvData> rows

Stream of CsvData; empty rows from the CSV data source are ignored.

Implementation

Stream<CsvData> get rows => _processor.stream;