lastCycleLatency property

int? get lastCycleLatency

The latency of the last ping/pong cycle in milliseconds. Cleared on disconnect.

Implementation

int? get lastCycleLatency => keepAlive?.lastCycleLatency;