AdhocTax constructor

AdhocTax({
  1. String? name,
  2. String? code,
  3. String? value,
  4. String? type,
})

Implementation

AdhocTax({this.name, this.code, this.value, this.type});