PLYPresentationPlan constructor

PLYPresentationPlan(
  1. String? planVendorId,
  2. String? storeProductId,
  3. String? basePlanId,
  4. String? offerId,
)

Implementation

PLYPresentationPlan(
    this.planVendorId, this.storeProductId, this.basePlanId, this.offerId);