Address constructor
Address({})
Implementation
Address({
this.country,
this.countryCode,
this.municipality,
this.city,
this.town,
this.village,
this.suburb,
this.neighbourhood,
this.road,
this.houseNumber,
this.postcode,
});