City constructor

City({
  1. String? cityName,
})

Implementation

City({
  this.cityName,
});