skipOnPushValidation property
Whether this element is annotated with @skipOnPushValidation
.
If annotated, it prevents the compiler from emitting a warning if a component on this element uses the Default change detection strategy in an OnPush context. Note that this does not cause children to be skipped.
Implementation
final bool skipOnPushValidation;