ConnectionOptions constructor
const
ConnectionOptions({})
Implementation
const ConnectionOptions({
this.connectionTimeout,
this.loginTimeout,
this.queryTimeout,
this.maxResultBufferBytes,
this.initialResultBufferBytes,
this.autoReconnectOnConnectionLost = false,
this.maxReconnectAttempts,
this.reconnectBackoff,
});