5 lines
No EOL
82 B
Dart
5 lines
No EOL
82 B
Dart
class MonthPracticeSetup {
|
|
final int count;
|
|
|
|
MonthPracticeSetup(this.count);
|
|
} |