isRunning property

bool get isRunning

Whether there is a scheduled action pending.

Implementation

bool get isRunning => _timer?.isActive ?? false;