CartAmounts constructor

const CartAmounts({
  1. PPAmount? handlingFee,
  2. PPAmount? insurance,
  3. PPAmount? shippingAndHandling,
  4. PPAmount? shippingDiscount,
  5. PPAmount? subtotal,
  6. PPAmount? tax,
  7. PPAmount? total,
})

Implementation

const factory CartAmounts({
  PPAmount? handlingFee,
  PPAmount? insurance,
  PPAmount? shippingAndHandling,
  PPAmount? shippingDiscount,
  PPAmount? subtotal,
  PPAmount? tax,
  PPAmount? total,
}) = _CartAmounts;