Easy.fromJson constructor Null safety
Implementation
Easy.fromJson(Map<String, dynamic> json) {
  questionsAnswered = json['questionsAnswered'];
  questionsRightAnswered = json['questionsRightAnswered'];
}
Easy.fromJson(Map<String, dynamic> json) {
  questionsAnswered = json['questionsAnswered'];
  questionsRightAnswered = json['questionsRightAnswered'];
}