transactionMonitorFromJson function
Implementation
TransactionMonitor transactionMonitorFromJson(String str) =>
TransactionMonitor.fromJson(json.decode(str));
TransactionMonitor transactionMonitorFromJson(String str) =>
TransactionMonitor.fromJson(json.decode(str));