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