map property

Map<String, List<String>> get map

Implementation

Map<String, List<String>> get map => _map;