NetworkSpeedSample constructor
const
NetworkSpeedSample({})
Creates a network speed sample.
Implementation
const NetworkSpeedSample({
required this.timestampMillis,
required this.rxBytesPerSecond,
required this.txBytesPerSecond,
required this.rxKbps,
required this.txKbps,
required this.totalRxBytes,
required this.totalTxBytes,
required this.isSupported,
});