GiftUpgradePreview constructor

GiftUpgradePreview({
  1. required List<UpgradedGiftModel> models,
  2. required List<UpgradedGiftSymbol> symbols,
  3. required List<UpgradedGiftBackdrop> backdrops,
  4. required List<GiftUpgradePrice> prices,
  5. required List<GiftUpgradePrice> nextPrices,
})

Implementation

GiftUpgradePreview({
  required this.models,
  required this.symbols,
  required this.backdrops,
  required this.prices,
  required this.nextPrices,
});