GlassfySkuPaddle constructor

GlassfySkuPaddle(
  1. String? skuId,
  2. String? productId,
  3. GlassfyStore? store,
  4. String? name,
  5. num? initialPrice,
  6. String? initialPriceCode,
  7. num? recurringPrice,
  8. String? recurringPriceCode,
  9. Map<String, dynamic>? extravars,
)

Implementation

GlassfySkuPaddle(
    String? skuId,
    String? productId,
    GlassfyStore? store,
    this.name,
    this.initialPrice,
    this.initialPriceCode,
    this.recurringPrice,
    this.recurringPriceCode,
    this.extravars)
    : super(skuId, productId, null);