ShopifySharpPriceSet constructor

const ShopifySharpPriceSet({
  1. ShopifySharpPrice? shopMoney,
  2. ShopifySharpPrice? presentmentMoney,
})

Implementation

const ShopifySharpPriceSet({this.shopMoney, this.presentmentMoney});