StarTransactionTypeUserDeposit constructor

StarTransactionTypeUserDeposit({
  1. required int userId,
  2. Sticker? sticker,
})

Implementation

StarTransactionTypeUserDeposit({required this.userId, this.sticker});