LastmileProbeResult constructor
LastmileProbeResult(
- LastmileProbeResultState state,
- int rtt,
- LastmileProbeOneWayResult? uplinkReport,
- LastmileProbeOneWayResult? downlinkReport,
Constructs a LastmileProbeResult
Implementation
LastmileProbeResult(
this.state,
this.rtt,
this.uplinkReport,
this.downlinkReport,
);