NERtcLastmileProbeResult constructor
NERtcLastmileProbeResult({
- required int state,
- required int rtt,
- required NERtcLastmileProbeOneWayResult uplinkReport,
- required NERtcLastmileProbeOneWayResult downlinkReport,
Implementation
NERtcLastmileProbeResult({
required this.state,
required this.rtt,
required this.uplinkReport,
required this.downlinkReport,
});