isDisposed property
bool
get
isDisposed
Gets whether this reactive value has been disposed.
Implementation
bool get isDisposed => _disposed;
Gets whether this reactive value has been disposed.
bool get isDisposed => _disposed;