Customer constructor
const
Customer({})
Implementation
const Customer({
this.id,
this.firstName,
this.lastName,
this.email,
this.customerCode,
this.phone,
this.metadata,
});
const Customer({
this.id,
this.firstName,
this.lastName,
this.email,
this.customerCode,
this.phone,
this.metadata,
});