TonTransactionTypeFragmentDeposit constructor

TonTransactionTypeFragmentDeposit({
  1. required bool isGift,
  2. Sticker? sticker,
})

Implementation

TonTransactionTypeFragmentDeposit({required this.isGift, this.sticker});