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