isActive property

bool get isActive

Checks if this notifier is still active, i.e. not disposed.

Implementation

bool get isActive => _active;