StarTransactionTypeUpgradedGiftPurchase constructor

StarTransactionTypeUpgradedGiftPurchase({
  1. required int userId,
  2. UpgradedGift? gift,
})

Implementation

StarTransactionTypeUpgradedGiftPurchase({required this.userId, this.gift});