MonoNewCustomerIdentity constructor

const MonoNewCustomerIdentity({
  1. required String type,
  2. required String number,
})

Implementation

const MonoNewCustomerIdentity({
  required this.type,
  required this.number,
});