isStarted property

bool get isStarted

Implementation

bool get isStarted {
  return _timer != null && _timer!.isActive;
}