Charges constructor

Charges({
  1. int? amountRangeStart,
  2. int? amountRangeEnd,
  3. double? charges,
  4. double? gST,
  5. double? total,
})

Implementation

Charges(
    {this.amountRangeStart,
      this.amountRangeEnd,
      this.charges,
      this.gST,
      this.total});