menu
u package
documentation
data/data.dart
UWalletChargeParams
UWalletChargeParams.new constructor
UWalletChargeParams.new constructor
dark_mode
light_mode
UWalletChargeParams
constructor
UWalletChargeParams
(
{
required
String
userId
,
required
double
amount
,
String
?
walletId
,
})
Implementation
UWalletChargeParams({ required this.userId, required this.amount, this.walletId, });
u package
documentation
data/data
UWalletChargeParams
UWalletChargeParams.new constructor
UWalletChargeParams class