TaxAmount constructor

TaxAmount({
  1. int? amount,
  2. bool? inclusive,
  3. dynamic taxRate,
})

Implementation

TaxAmount({this.amount, this.inclusive, this.taxRate});