6 lines
52 B
Dart
6 lines
52 B
Dart
|
|
enum MoveAction {
|
|
moveTo,
|
|
moveToTrash,
|
|
undo
|
|
} |