isDisposed property

bool isDisposed

Checks if this composite is disposed. If it is, the composite can't be used again and will throw an error if you try to add more subscriptions to it.

Implementation

bool get isDisposed => _isDisposed;