GlassfyProduct constructor
GlassfyProduct(
- String? description,
- String? currencyCode,
- num? price,
- GlassfyProductDiscount? introductoryPrice,
- List<
GlassfyProductDiscount> ? discounts,
Implementation
GlassfyProduct(this.description, this.currencyCode, this.price,
this.introductoryPrice, this.discounts);