MonoCustomer constructor
const
MonoCustomer({
- MonoExistingCustomerModel? existingCustomer,
- MonoNewCustomerModel? newCustomer,
Implementation
const MonoCustomer({
this.existingCustomer,
this.newCustomer,
});