AddressModel constructor
Returns a new AddressModel instance.
Implementation
AddressModel({
this.street,
this.postalCode,
this.city,
});
Returns a new AddressModel instance.
AddressModel({
this.street,
this.postalCode,
this.city,
});