SpeculationTargetHint enum
Corresponds to mojom::SpeculationTargetHint. See https://github.com/WICG/nav-speculation/blob/main/triggers.md#window-name-targeting-hints
Values
- blank → const SpeculationTargetHint
-
const SpeculationTargetHint('Blank')
- self → const SpeculationTargetHint
-
const SpeculationTargetHint('Self')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SpeculationTargetHint> - A constant List of the values in this enum, in order of their declaration.