activeChangeCallbacks property

  1. @override
bool get activeChangeCallbacks
override

Indicates if this token will proactively raise callbacks. Callbacks are still guaranteed to be invoked, eventually.

Implementation

@override
bool get activeChangeCallbacks => _activeChangeCallbacks;