StarTransactionTypeUpgradedGiftPurchase constructor
StarTransactionTypeUpgradedGiftPurchase({
- required int userId,
- UpgradedGift? gift,
Implementation
StarTransactionTypeUpgradedGiftPurchase({required this.userId, this.gift});