List<City> cityFromJson(String str) => List<City>.from(json.decode(str).map((x) => City.fromJson(x)));