isDisposed property
bool
get
isDisposed
Returns true if the throttler has been disposed.
Implementation
bool get isDisposed => _isDisposed;
Returns true if the throttler has been disposed.
bool get isDisposed => _isDisposed;