TransactionResultResponse.fromJson constructor

TransactionResultResponse.fromJson(
  1. String str
)

Implementation

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