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