UWalletPurchaseParams.fromJson constructor
UWalletPurchaseParams.fromJson(
- String str
Implementation
factory UWalletPurchaseParams.fromJson(String str) => UWalletPurchaseParams.fromMap(json.decode(str));