TransactionsHashes.fromRawJson constructor
TransactionsHashes.fromRawJson(
- String str
Implementation
factory TransactionsHashes.fromRawJson(String str) =>
TransactionsHashes.fromJson(json.decode(str));