TaxLines constructor

TaxLines({
  1. String? title,
  2. double? price,
  3. double? rate,
})

Implementation

TaxLines({this.title, this.price, this.rate});