isRunning property

bool get isRunning

Is the delayed call active?

Implementation

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