CsvRow typedef

CsvRow = List<String>

A row that contains data in each index of Csv.

Implementation

typedef CsvRow = List<String>;