UGoldTransactionResponse.fromJson constructor

UGoldTransactionResponse.fromJson(
  1. String str
)

Implementation

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