AmountWithBreakdown constructor
      
      AmountWithBreakdown({})
     
    
    
Implementation
AmountWithBreakdown(
    {required this.grossAmount,
    this.totalItemAmount,
    this.feeAmount,
    this.shippingAmount,
    this.taxAmount,
    this.netAmount});