LastmileProbeResultState enum Null safety
The state of the probe test result.
Constants
- Complete → const LastmileProbeResultState
-
The last-mile network probe test is complete.
@JsonValue(1)const LastmileProbeResultState(0)
- IncompleteNoBwe → const LastmileProbeResultState
-
The last-mile network probe test is incomplete and the bandwidth estimation is not available, probably due to limited test resources.
@JsonValue(2)const LastmileProbeResultState(1)
-
The last-mile network probe test is not carried out, probably due to poor network conditions.
@JsonValue(3)const LastmileProbeResultState(2)
-
values
→ const List<
LastmileProbeResultState> -
A constant List of the values in this enum, in order of their declaration.
const List<
LastmileProbeResultState>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited