Taxes constructor

Taxes({
  1. String? percentage,
  2. bool? inclusive,
})

Implementation

Taxes({this.percentage, this.inclusive});