added alarmtype enum
This commit is contained in:
@@ -28,3 +28,5 @@ abstract class Alarm {
|
|||||||
@override
|
@override
|
||||||
int get hashCode => taskId.hashCode;
|
int get hashCode => taskId.hashCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enum AlarmType { timeFixed, timeRelative, location }
|
||||||
|
|||||||
Reference in New Issue
Block a user