Csv typedef

Csv = List<CsvRow>

Define type that how CSV get repersented in Dart object.

Implementation

typedef Csv = List<CsvRow>;