TransactionInfo.fromJson constructor

TransactionInfo.fromJson(
  1. String str
)

Implementation

factory TransactionInfo.fromJson(String str) => TransactionInfo.fromMap(json.decode(str));