int get startMilliseconds => _startMilliseconds;
set startMilliseconds(int value) { _startMilliseconds = value; notifyListeners(); }