NetworksByCountry typedef

NetworksByCountry = Map<String, List<String>>

Implementation

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