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