cities property

List<City>? cities
getter/setter pair

List of cities in the Province/State

Implementation

List<City>? cities = [];