LastmileProbeResult class

Results of the uplink and downlink last-mile network tests.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

downlinkReport → LastmileProbeOneWayResult?
Results of the downlink last-mile network test. See LastmileProbeOneWayResult.
final
hashCode int
The hash code for this object.
no setterinherited
rtt int?
The round-trip time (ms).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → LastmileProbeResultState?
The status of the last-mile network tests. See LastmileProbeResultState.
final
uplinkReport → LastmileProbeOneWayResult?
Results of the uplink last-mile network test. See LastmileProbeOneWayResult.
final

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