buildChangeDetectorRef method
Returns a reference to this provider's ChangeDetectorRef, if necessary.
Returns a non-null result only if this provider instance is a component
that uses ChangeDetectionStrategy.onPush. This result is used to
implement ChangeDetectorRef.markChildForCheck().
Returns null otherwise.
Implementation
o.Expression? buildChangeDetectorRef() => null;