customer property

CustomerInfo get customer

Implementation

CustomerInfo get customer {
  return CustomerInfo(
    email: customerEmail,
    phoneNumber: customerPhoneNumber,
    name: customerName,
    id: customerId,
  );
}