isRunning property
bool
get
isRunning
Returns true if there is a scheduled action pending.
Implementation
bool get isRunning => _debouncer.isRunning;
Returns true if there is a scheduled action pending.
bool get isRunning => _debouncer.isRunning;