TransactionResponse.fromJson constructor

TransactionResponse.fromJson(
  1. String str
)

Implementation

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