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