fluffychat/lib/pangea/enum/direction.dart
2023-11-08 12:27:18 -05:00

3 lines
No EOL
39 B
Dart

enum EditDirection {
append, remove
}