Transaction.fromJson constructor

Transaction.fromJson(
  1. String str
)

Implementation

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