activeChangeCallbacks property

  1. @override
bool activeChangeCallbacks
override

Indicates if this token will pro-actively raise callbacks. If false, the token consumer must poll HasChanged to detect changes.

Implementation

@override
bool get activeChangeCallbacks => _activeChangeCallbacks!;