isDisposed property

bool get isDisposed

Whether this Rx instance has been disposed

Implementation

bool get isDisposed => _disposed;