pingInterval property

Duration? pingInterval
final

How often a ping should be sent to keep the connection alive.

GRPC_ARG_KEEPALIVE_TIME_MS in the docs.

Implementation

final Duration? pingInterval;