isDisposed property

bool get isDisposed
inherited

Checks if the notifier has been disposed.

Implementation

bool get isDisposed => _updaters == null;