GameRecapStats(- Duration gameDuration, 
 
- int questionsAnswered, 
 
- int totalAmountOfQuestions, 
 
- int correctAnswered, 
 
- Map<String, int> totalAnsweredByCategory, 
 
- Map<String, int> correctAnsweredByCategory, 
 
- Map<String, int> totalAnsweredByDifficulty, 
 
- Map<String, int> correctAnsweredByDifficulty, 
 
- int elo
 
)
    
    
    
  Implementation
  GameRecapStats(this.gameDuration,this.questionsAnswered,this.totalAmountOfQuestions,this.correctAnswered,this.totalAnsweredByCategory,this.correctAnsweredByCategory,this.totalAnsweredByDifficulty,this.correctAnsweredByDifficulty, this.elo);