WebTransportStats constructor
WebTransportStats({})
Implementation
external factory WebTransportStats(
{double? timestamp,
int? bytesSent,
int? packetsSent,
int? packetsLost,
int? numOutgoingStreamsCreated,
int? numIncomingStreamsCreated,
int? bytesReceived,
int? packetsReceived,
double? smoothedRtt,
double? rttVariation,
double? minRtt,
WebTransportDatagramStats? datagrams});