List<Cities> getCitiesByPostcode(String postcode) { return slCities.where((location) => location.postcode == postcode).toList(); }