StarTransactionTypePremiumPurchase constructor

StarTransactionTypePremiumPurchase({
  1. required int userId,
  2. required int monthCount,
  3. Sticker? sticker,
})

Implementation

StarTransactionTypePremiumPurchase({
  required this.userId,
  required this.monthCount,
  this.sticker,
});