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