UWalletTxnResponse.fromJson constructor

UWalletTxnResponse.fromJson(
  1. String str
)

Implementation

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