Customer constructor
Customer({})
Implementation
Customer({
this.firstName,
this.lastName,
this.building,
this.floor,
this.apartment,
this.city,
this.state,
this.country,
this.email,
this.phoneNumber,
this.postalCode,
});