HeadlineOfferSubscriptionCost constructor

HeadlineOfferSubscriptionCost({
  1. Price? amount,
  2. String? period,
  3. String? periodLength,
})

Implementation

HeadlineOfferSubscriptionCost({
  this.amount,
  this.period,
  this.periodLength,
});