BillingDetails constructor
BillingDetails()
Implementation
BillingDetails(
this.name,
this.email,
this.phone,
this.addressLine,
this.country,
this.city,
this.state,
this.zipCode,
);
BillingDetails(
this.name,
this.email,
this.phone,
this.addressLine,
this.country,
this.city,
this.state,
this.zipCode,
);