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