isDisposed property
bool
get
isDisposed
Checks if the notifier has been disposed.
Implementation
bool get isDisposed => _updaters == null;
Checks if the notifier has been disposed.
bool get isDisposed => _updaters == null;