ShippingAddress constructor
ShippingAddress({})
Implementation
ShippingAddress({
this.name,
this.address,
this.zipcode,
this.city,
this.email,
this.phoneNumber,
this.mobileNumber,
});
ShippingAddress({
this.name,
this.address,
this.zipcode,
this.city,
this.email,
this.phoneNumber,
this.mobileNumber,
});