isDisposed property

bool get isDisposed

Returns true if the debouncer is disposed.

Implementation

bool get isDisposed => _debouncer.isDisposed;