ApphudPaywall constructor

ApphudPaywall({
  1. required String identifier,
  2. String? experimentName,
  3. Map<String, dynamic>? json,
  4. List<ApphudProduct>? products,
  5. String? placementIdentifier,
  6. String? variationName,
  7. String? parentPaywallIdentifier,
})

Implementation

ApphudPaywall({
  required this.identifier,
  this.experimentName,
  this.json,
  this.products,
  this.placementIdentifier,
  this.variationName,
  this.parentPaywallIdentifier,
});