City constructor

City(
  1. int id,
  2. String name,
  3. LatLng position
)

Implementation

City(this.id, this.name, this.position);