CookingTask({ required this.label, required this.totalTime, }) : remainingTime = totalTime, isRunning = false;