isDisposed property

bool get isDisposed

Flag indicating that this observable is disposed Observable bus can't be used if this flag is true

Implementation

bool get isDisposed => _isDisposed;