8 lines
No EOL
164 B
Dart
8 lines
No EOL
164 B
Dart
import 'package:ohthatsa/util/Months.dart';
|
|
|
|
class MonthPracticeAnswer {
|
|
final Month month;
|
|
final int answer;
|
|
|
|
MonthPracticeAnswer(this.month, this.answer);
|
|
} |