InAppProductListing constructor

InAppProductListing({
  1. List<String>? benefits,
  2. String? description,
  3. String? title,
})

Implementation

InAppProductListing({
  this.benefits,
  this.description,
  this.title,
});