GlassfyAccountableSku constructor

GlassfyAccountableSku(
  1. String? skuId,
  2. String? productId,
  3. GlassfyStore? store,
  4. bool? isInTrialPeriod,
  5. bool? isInIntroOfferPeriod,
  6. String? basePlanId,
  7. String? offerId,
)

Implementation

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