CustomerDetails constructor
CustomerDetails({})
Implementation
CustomerDetails({
this.firstName,
this.lastName,
this.email,
this.phone,
this.billingAddress,
this.shippingAddress,
});
CustomerDetails({
this.firstName,
this.lastName,
this.email,
this.phone,
this.billingAddress,
this.shippingAddress,
});