isDisposed property

bool get isDisposed

Checks if the notifier has been disposed.

Implementation

bool get isDisposed => _updaters == null;