TRTCSpeedTestResult constructor
TRTCSpeedTestResult({})
Implementation
TRTCSpeedTestResult({
this.success = false,
this.errMsg = "",
this.ip = "",
this.quality = TRTCQuality.unknown,
this.upLostRate = 0.0,
this.downLostRate = 0.0,
this.rtt = 0,
this.availableUpBandwidth = 0,
this.availableDownBandwidth = 0,
this.upJitter = 0,
this.downJitter = 0,
});