初始化
DTimerCountdown({ int interval = Duration.millisecondsPerSecond, int totalTime = 0, }) : _interval = interval, _totalTime = totalTime;