City constructor
City({})
Implementation
City({
this.countryCode,
this.countryDartId,
this.dartId,
this.kind,
this.metroCode,
this.metroDmaId,
this.name,
this.regionCode,
this.regionDartId,
});
City({
this.countryCode,
this.countryDartId,
this.dartId,
this.kind,
this.metroCode,
this.metroDmaId,
this.name,
this.regionCode,
this.regionDartId,
});