GlassfyAccountableSku constructor
GlassfyAccountableSku()
Implementation
GlassfyAccountableSku(
String? skuId,
String? productId,
GlassfyStore? store,
this.isInTrialPeriod,
this.isInIntroOfferPeriod,
this.basePlanId,
this.offerId)
: super(skuId, productId, store);