UTxnResponse.fromJson constructor

UTxnResponse.fromJson(
  1. String str
)

Implementation

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