isDisposed property

bool get isDisposed

Gets whether this reactive value has been disposed.

Implementation

bool get isDisposed => _disposed;