Customer constructor
Customer({})
Implementation
Customer({
this.uuid,
this.refCode,
this.firstName,
this.lastName,
this.email,
this.phoneNumber,
this.totalSpendInUSD,
this.businessId,
this.userId,
this.context,
this.createdAtDateOnly,
this.createdAt,
});