AdhocTax constructor

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

Implementation

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