LastmileProbeResultState enum
The state of the probe test result.
Values
- Complete → const LastmileProbeResultState
-
The last-mile network probe test is complete.
- IncompleteNoBwe → const LastmileProbeResultState
-
The last-mile network probe test is incomplete and the bandwidth estimation is not available, probably due to limited test resources.
-
The last-mile network probe test is not carried out, probably due to poor network conditions.
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<
LastmileProbeResultState> - A constant List of the values in this enum, in order of their declaration.