AddressModel constructor

AddressModel(
  1. String? city,
  2. String? state,
  3. String? country,
  4. String? suburb,
  5. String? postcode,
  6. String? pedestrian,
  7. String? countryCode,
  8. String? cityDistrict,
  9. String? county,
)

Implementation

AddressModel(this.city, this.state, this.country, this.suburb, this.postcode,
    this.pedestrian, this.countryCode, this.cityDistrict, this.county);