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