mucke/lib/domain/entities/loop_mode.dart
2020-12-19 12:22:57 +01:00

5 lines
No EOL
37 B
Dart

enum LoopMode {
off,
one,
all
}