UUserAnswerJson constructor
UUserAnswerJson({})
Implementation
UUserAnswerJson({
required this.date,
required this.totalScore,
required this.results,
required this.label,
required this.description,
});
UUserAnswerJson({
required this.date,
required this.totalScore,
required this.results,
required this.label,
required this.description,
});