ShopifySharpPrice constructor

const ShopifySharpPrice({
  1. String? currencyCode,
  2. double? amount,
})

Implementation

const ShopifySharpPrice({this.currencyCode, this.amount});