UWalletResponse.fromJson constructor

UWalletResponse.fromJson(
  1. String str
)

Implementation

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