activeChangeCallbacks property
bool
get
activeChangeCallbacks
Indicates if this token will pro-actively raise callbacks.
If false
, the token consumer must poll HasChanged
to detect changes.
Implementation
bool get activeChangeCallbacks;