nextRetryTime property

DateTime? get nextRetryTime

Returns the timestamp when the next reconnect attempt will occur, or null if not reconnecting.

Implementation

DateTime? get nextRetryTime => _nextRetryTime;