ChangeDetectorState class

Describes the current state of the change detector.

Constructors

ChangeDetectorState()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CheckedBefore → const int
CheckedBefore means that the change detector has successfully completed at least one detection previously.
Errored → const int
Errored means that the change detector encountered an error checking a binding or calling a directive lifecycle method and is now in an inconsistent state. Change detectors in this state will no longer detect changes.
NeverChecked → const int
NeverChecked means that the change detector has not been checked yet, and initialization methods should be called during detection.