isDisposed property
bool
get
isDisposed
Returns true if the throttler is disposed.
Implementation
bool get isDisposed => _throttler.isDisposed;
Returns true if the throttler is disposed.
bool get isDisposed => _throttler.isDisposed;