Transaction.fromRawJson constructor

Transaction.fromRawJson(
  1. String str
)

Implementation

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