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