Taxes constructor

Taxes({
  1. int? id,
  2. String? total,
  3. String? subtotal,
})

Implementation

Taxes({this.id, this.total, this.subtotal});