bool get hasStarted => _hasStarted;
set hasStarted(bool value) { _hasStarted = value; notifyListeners(); }