CsvAsMap typedef

CsvAsMap = List<Map<String, String>>

CSV data as list of map.

Implementation

typedef CsvAsMap = List<Map<String, String>>;