City constructor

City(
  1. String name
)

Default constructor

Implementation

City(this.name);