isDisposed property

bool get isDisposed

Returns true if the throttler is disposed.

Implementation

bool get isDisposed => _throttler.isDisposed;