Vat constructor

Vat({
  1. required String type,
})

Implementation

Vat({
  required this.type,
});