TimerState.empty constructor
TimerState.empty()
Implementation
TimerState.empty() {
paused = false;
status = "Get ready";
currentInterval = 0;
currentMicroSeconds = 0;
intervalMicroSeconds = 0;
volume = 80;
changeVolume = false;
}