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