latency property

Duration latency

The latency on this shard's connection.

This is updated for each HeartbeatAckEvent received. If no HeartbeatAckEvent has been received, this will be Duration.zero.

Implementation

Duration get latency => _latency;