isActive property
bool
get
isActive
Whether the debouncer is currently active (has a pending execution)
Implementation
bool get isActive => timer?.isActive ?? false;
Whether the debouncer is currently active (has a pending execution)
bool get isActive => timer?.isActive ?? false;