class MonthPracticeAnswer { final int month; final int answer; MonthPracticeAnswer(this.month, this.answer); }