Reminder
constructor(id: Int, text: String, date: String, time: String, isCompleted: Boolean = false, priority: Priority = Priority.MEDIUM, subTasks: SnapshotStateList<SubTask> = mutableStateListOf(), notificationSettings: NotificationSettings = NotificationSettings())