Tiers constructor

Tiers({
  1. PriceOverrides? priceOverrides,
  2. String? currency,
  3. double? basePrice,
  4. List<Offers>? offers,
  5. String? sId,
  6. int? price,
  7. int? duration,
})

Implementation

Tiers(
    {this.priceOverrides,
      this.currency,
      this.basePrice,
      this.offers,
      this.sId,
      this.price,
      this.duration});