AddressModel constructor
AddressModel({})
Implementation
AddressModel({
this.street = '',
this.number = '',
this.city = '',
this.state = '',
this.country = '',
this.zipCode = '',
this.district = '',
});