isRunning property
bool
get
isRunning
Whether there is a scheduled action pending.
Implementation
bool get isRunning => _timer?.isActive ?? false;
Whether there is a scheduled action pending.
bool get isRunning => _timer?.isActive ?? false;