AutomaticTax constructor

AutomaticTax({
  1. required bool enabled,
})

Implementation

AutomaticTax({
  required this.enabled,
});