isRunning property

bool isRunning

Implementation

bool get isRunning => _timer != null && _timer!.isActive;