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