Customer constructor
Customer({})
Implementation
Customer({
this.customerId,
this.fullName,
this.firstName,
this.lastName,
this.phoneNumber,
this.email,
this.address,
this.zipcode,
this.gender,
this.birthYear,
this.birthMonth,
this.birthDay,
this.firstNameKana,
this.lastNameKana,
});