getAllCities method

List<City> getAllCities()

Implementation

List<City> getAllCities() => _cities?.cities ?? [];