MonoCustomer constructor

const MonoCustomer({
  1. MonoExistingCustomerModel? existingCustomer,
  2. MonoNewCustomerModel? newCustomer,
})

Implementation

const MonoCustomer({
  this.existingCustomer,
  this.newCustomer,
});