LastmileProbeResult constructor

LastmileProbeResult(
  1. LastmileProbeResultState state,
  2. int rtt,
  3. LastmileProbeOneWayResult uplinkReport,
  4. LastmileProbeOneWayResult downlinkReport,
)

Constructs a LastmileProbeResult

Implementation

LastmileProbeResult(
  this.state,
  this.rtt,
  this.uplinkReport,
  this.downlinkReport,
);