UWalletTransferParams constructor
UWalletTransferParams({})
Implementation
UWalletTransferParams({
required this.receiverId,
required this.amount,
required this.tagWalletTxn,
this.senderId,
this.detail1,
});