DocumentLifecycle enum
The document lifecycle of the frame.
Values
- prerender → const DocumentLifecycle
-
const DocumentLifecycle('prerender')
- active → const DocumentLifecycle
-
const DocumentLifecycle('active')
- cached → const DocumentLifecycle
-
const DocumentLifecycle('cached')
- pendingDeletion → const DocumentLifecycle
-
const DocumentLifecycle('pending_deletion')
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
Static Methods
-
fromJS(
String value) → DocumentLifecycle
Constants
-
values
→ const List<
DocumentLifecycle> - A constant List of the values in this enum, in order of their declaration.