GlassfyProduct constructor

GlassfyProduct(
  1. String? description,
  2. String? currencyCode,
  3. num? price,
  4. GlassfyProductDiscount? introductoryPrice,
  5. List<GlassfyProductDiscount>? discounts,
)

Implementation

GlassfyProduct(this.description, this.currencyCode, this.price,
    this.introductoryPrice, this.discounts);