Constructors

ChangeDetectorRef()

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

checkNoChanges() → void

Checks the change detector and its children, and throws if any changes are detected.

detach() → void

Detaches the change detector from the change detector tree.

detectChanges() → void

Checks the change detector and its children.

markForCheck() → void

Marks all ChangeDetectionStrategy#OnPush ancestors as to be checked.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
reattach() → void

Reattach the change detector to the change detector tree.

toString() → String

Returns a string representation of this object.

inherited