UWalletPurchaseParams constructor

UWalletPurchaseParams({
  1. required int tag,
  2. double? amount,
})

Implementation

UWalletPurchaseParams({
  required this.tag,
  this.amount,
});