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