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