Address constructor
Address({})
Implementation
Address({
required this.city,
required this.citySubdivision,
required this.street,
required this.building,
required this.postalZone,
this.countryCode = "SA",
});