LastmileProbeConfig constructor Null safety

LastmileProbeConfig(
  1. bool probeUplink,
  2. bool probeDownlink,
  3. int expectedUplinkBitrate,
  4. int expectedDownlinkBitrate
)

Constructs a LastmileProbeConfig

Implementation

LastmileProbeConfig(
  this.probeUplink,
  this.probeDownlink,
  this.expectedUplinkBitrate,
  this.expectedDownlinkBitrate,
);