isActive property

bool get isActive

Whether the debouncer is currently active (has a pending execution)

Implementation

bool get isActive => timer?.isActive ?? false;