ShopifySharpTaxLine constructor

const ShopifySharpTaxLine({
  1. double? price,
  2. double? rate,
  3. String? title,
  4. ShopifySharpPriceSet? priceSet,
})

Implementation

const ShopifySharpTaxLine({this.price, this.rate, this.title, this.priceSet});