CustomerTaxIdDataItem constructor

const CustomerTaxIdDataItem({
  1. required CustomerType type,
  2. required String value,
})

data_params

Implementation

const CustomerTaxIdDataItem({
  required this.type,
  required this.value,
});