6 lines
No EOL
126 B
Dart
6 lines
No EOL
126 B
Dart
class MonthPracticeSetup {
|
|
final int count;
|
|
final bool showCorrect;
|
|
|
|
MonthPracticeSetup(this.count, this.showCorrect);
|
|
} |