NotificationPreferences constructor
Implementation
const factory NotificationPreferences({
@Default(false) bool dailyReminderEnabled,
@Default(9) int dailyReminderHour,
@Default(0) int dailyReminderMinute,
@Default(false) bool streakAlertEnabled,
@Default(false) bool overdueAlertEnabled,
@Default(3) int overdueThresholdDays,
}) = _NotificationPreferences;