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