class MonthPracticeSetup { final int count; final bool showCorrect; MonthPracticeSetup(this.count, this.showCorrect); }