PLYProduct constructor

PLYProduct(
  1. String name,
  2. String vendorId,
  3. List<PLYPlan> plans
)

Implementation

PLYProduct(this.name, this.vendorId, this.plans);