LatencyStatsCopyWith extension
Extension on LatencyStats for granular metric management.
- on
Methods
-
copyWith(
{BigInt? latencyMs, BigInt? jitterMs, double? packetLossPercent, BigInt? minLatencyMs, BigInt? avgLatencyMs, BigInt? maxLatencyMs, int? stabilityScore}) → LatencyStats -
Available on LatencyStats, provided by the LatencyStatsCopyWith extension
Creates a copy of stats with updated metrics.