UserBillingAddress constructor
UserBillingAddress({})
Implementation
UserBillingAddress({
this.address1,
this.address2,
this.address3,
this.city,
this.state,
this.postalCode,
this.countryCode,
});
UserBillingAddress({
this.address1,
this.address2,
this.address3,
this.city,
this.state,
this.postalCode,
this.countryCode,
});