OfferDetails constructor

OfferDetails({
  1. String? basePlanId,
  2. String? offerId,
  3. List<String>? offerTags,
})

Implementation

OfferDetails({this.basePlanId, this.offerId, this.offerTags});