getCity method

String getCity()

Implementation

String getCity() {
  return cities[getInt(max: cities.length)];
}