ReconnectAttempt constructor

ReconnectAttempt(
  1. int timeout,
  2. int attempt
)

Implementation

ReconnectAttempt(this.timeout, this.attempt);