CommitTransaction.fromRawJson constructor

CommitTransaction.fromRawJson(
  1. String str
)

Implementation

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