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