factory UWalletChargeParams.fromMap(Map<String, dynamic> json) => UWalletChargeParams( userId: json["userId"], walletId: json["walletId"], amount: json["amount"].toDouble(), );