isRunning property

bool isRunning

Notifies if the delayed call is active.

Implementation

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