PLYPaywallInfo constructor Null safety

PLYPaywallInfo(
  1. String? contentId,
  2. String? presentationId
)

Implementation

PLYPaywallInfo(this.contentId, this.presentationId);