CustomerTaxIdDataItem constructor
const
CustomerTaxIdDataItem({
- required CustomerType type,
- required String value,
data_params
Implementation
const CustomerTaxIdDataItem({
required this.type,
required this.value,
});