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