BlockTransactions.fromRawJson constructor

BlockTransactions.fromRawJson(
  1. String str
)

Implementation

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