copyWith method
Implementation
TonTransactionTypeFragmentDeposit copyWith({
bool? isGift,
Sticker? sticker,
}) => TonTransactionTypeFragmentDeposit(
isGift: isGift ?? this.isGift,
sticker: sticker ?? this.sticker,
);
TonTransactionTypeFragmentDeposit copyWith({
bool? isGift,
Sticker? sticker,
}) => TonTransactionTypeFragmentDeposit(
isGift: isGift ?? this.isGift,
sticker: sticker ?? this.sticker,
);