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;
Flag indicating that this observable is disposed Observable bus can't be used if this flag is true
bool get isDisposed => _isDisposed;