ShopifySharpRefundDuty constructor

const ShopifySharpRefundDuty({
  1. int? dutyId,
  2. ShopifySharpPriceSet? amountSet,
})

Implementation

const ShopifySharpRefundDuty({this.dutyId, this.amountSet});