ChangeDetectorState enum
Describes the current state of the change detector.
Values
- neverChecked → const ChangeDetectorState
-
neverChecked means that the change detector has not been checked yet, and initialization methods should be called during detection.
- checkedBefore → const ChangeDetectorState
-
checkedBefore means that the change detector has successfully completed at least one detection previously.
- errored → const ChangeDetectorState
-
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.
Properties
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
-
values
→ const List<
ChangeDetectorState> - A constant List of the values in this enum, in order of their declaration.