DeletedTaxId constructor

const DeletedTaxId({
  1. required String id,
})

deleted_tax_id

Implementation

const DeletedTaxId({required this.id});