isDisposed property

bool get isDisposed

Flag indicating that this debouncer is disposed

Debouncer bus can't be used if this flag is true

Implementation

bool get isDisposed => _isDisposed;