PLYPresentation constructor

PLYPresentation(
  1. String? id,
  2. String? placementId,
  3. String? audienceId,
  4. String? abTestId,
  5. String? abTestVariantId,
  6. String language,
  7. PLYPresentationType type,
  8. List<PLYPresentationPlan>? plans,
  9. Map<String, dynamic> metadata,
)

Implementation

PLYPresentation(
    this.id,
    this.placementId,
    this.audienceId,
    this.abTestId,
    this.abTestVariantId,
    this.language,
    this.type,
    this.plans,
    this.metadata);