TRTCStatistics constructor
Implementation
TRTCStatistics({
this.appCpu = -1,
this.systemCpu = -1,
this.upLoss = -1,
this.downLoss = -1,
this.rtt = -1,
this.gatewayRtt = -1,
this.sentBytes = -1,
this.receivedBytes = -1,
this.localStatisticsArray,
this.remoteStatisticsArray,
});