Address constructor
Address({})
Implementation
Address({
this.country = "",
this.state = "",
this.city = "",
this.neighborhood = "",
this.street = "",
this.placeNumber = "",
this.zipCode = ""
});
Address({
this.country = "",
this.state = "",
this.city = "",
this.neighborhood = "",
this.street = "",
this.placeNumber = "",
this.zipCode = ""
});