isStart method

bool isStart()

Implementation

bool isStart() {
  return _timer != null && _currentTime != 0;
}