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