UGetBalanceResponse.fromJson constructor

UGetBalanceResponse.fromJson(
  1. String str
)

Implementation

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