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