TransactionsHashes.fromRawJson constructor

TransactionsHashes.fromRawJson(
  1. String str
)

Implementation

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