HomeCity constructor

HomeCity({
  1. int? id,
  2. String? label,
  3. String? countryCode,
  4. String? zip,
  5. int? numberOfResults,
})

Implementation

HomeCity({this.id, this.label, this.countryCode, this.zip, this.numberOfResults});