8 lines
84 B
Dart
8 lines
84 B
Dart
enum CourseStatus {
|
|
Math,
|
|
Physics,
|
|
Chemistry,
|
|
Biology,
|
|
ComputerScience,
|
|
}
|