AmountBreakdown constructor

const AmountBreakdown({
  1. Money? itemTotal,
  2. Money? shipping,
  3. Money? handling,
  4. Money? taxTotal,
  5. Money? insurance,
  6. Money? shippingDiscount,
  7. Money? discount,
})

Implementation

const AmountBreakdown({
  this.itemTotal,
  this.shipping,
  this.handling,
  this.taxTotal,
  this.insurance,
  this.shippingDiscount,
  this.discount,
});