UGoldAccountResponse.fromJson constructor
UGoldAccountResponse.fromJson(
- String str
Implementation
factory UGoldAccountResponse.fromJson(String str) => UGoldAccountResponse.fromMap(json.decode(str));
factory UGoldAccountResponse.fromJson(String str) => UGoldAccountResponse.fromMap(json.decode(str));