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