isRunning property
bool
get
isRunning
Is the delayed call active?
Implementation
bool get isRunning => _timer?.isActive ?? false;
Is the delayed call active?
bool get isRunning => _timer?.isActive ?? false;