mounted property

bool get mounted

Gets whether this notifier is still mounted and active.

Implementation

bool get mounted => _mounted && !_disposed;