DetailedNetworkStats constructor Null safety
- {required LatestStats latest,
- @JsonKey(name: 'worstVideoRecvPacketLoss') double? worstVideoReceivePacketLoss,
- double? worstVideoSendPacketLoss}
Implementation
const factory DetailedNetworkStats({
required LatestStats latest,
/// The worst video receive packet loss calculated.
@JsonKey(name: 'worstVideoRecvPacketLoss') double? worstVideoReceivePacketLoss,
/// The worst video send packet loss calculated.
double? worstVideoSendPacketLoss,
}) = _DetailedNetworkStats;