added alarmtype enum

This commit is contained in:
2026-07-16 16:44:45 +02:00
parent dcae40497d
commit 463a2c8fda
+2
View File
@@ -28,3 +28,5 @@ abstract class Alarm {
@override @override
int get hashCode => taskId.hashCode; int get hashCode => taskId.hashCode;
} }
enum AlarmType { timeFixed, timeRelative, location }