Default constant
int
const Default
The default type of change detection, always checking for changes.
When an asynchronous event (such as user interaction or an RPC) occurs within the app, the root component of the app is checked for changes, and then all children in a depth-first search.
Implementation
static const Default = 0;