Timeouts constructor

Timeouts(
  1. SyncRequestClient _client,
  2. WebDriverHandler _handler
)

Implementation

Timeouts(this._client, this._handler);