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