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