Results constructor Null safety
Implementation
Results(
{required this.category,
required this.type,
required this.difficulty,
required this.question,
required this.correctAnswer,
required this.incorrectAnswers});