mucke/lib/domain/entities/loop_mode.dart

5 lines
37 B
Dart
Raw Normal View History

2020-12-19 12:22:57 +01:00
enum LoopMode {
off,
one,
all
}