TimerSettings constructor
Implementation
const TimerSettings({
required this.workDuration,
required this.shortBreakDuration,
required this.longBreakDuration,
required this.pomodorosUntilLongBreak,
});
const TimerSettings({
required this.workDuration,
required this.shortBreakDuration,
required this.longBreakDuration,
required this.pomodorosUntilLongBreak,
});