6 lines
55 B
Dart
6 lines
55 B
Dart
|
enum Genre {
|
||
|
action,
|
||
|
comedy,
|
||
|
drama,
|
||
|
thriller,
|
||
|
}
|