ShopifySharpTaxLine constructor
const
ShopifySharpTaxLine({
- double? price,
- double? rate,
- String? title,
- ShopifySharpPriceSet? priceSet,
Implementation
const ShopifySharpTaxLine({this.price, this.rate, this.title, this.priceSet});