PriceInfo constructor

PriceInfo(
  1. String? country,
  2. String? currency,
  3. String? price,
  4. String? tier,
  5. String? applePrice,
  6. String? appleCurrency,
)

Implementation

PriceInfo(this.country, this.currency, this.price, this.tier, this.applePrice,
    this.appleCurrency);