CityImpl constructor
const
CityImpl({})
Implementation
const CityImpl({
required final this.country,
required final this.city,
required final this.accent_city,
required final this.region,
required final this.latitude,
required final this.longitude,
});