OfferList constructor

OfferList({
  1. String? pogId,
  2. String? offerId,
  3. String? pogName,
  4. String? offerName,
  5. String? offerDescription,
  6. String? isPriceOverride,
  7. Price? price,
  8. String? imageUrl,
  9. List<Details>? details,
  10. String? suggestionQuantity,
  11. String? productOfferValidity,
})

Implementation

OfferList(
    {this.pogId,
      this.offerId,
      this.pogName,
      this.offerName,
      this.offerDescription,
      this.isPriceOverride,
      this.price,
      this.imageUrl,
      this.details,
      this.suggestionQuantity,
      this.productOfferValidity});