ConnectionState.connected constructor

const ConnectionState.connected(
  1. ServerInfo serverInfo
)

The connection is established and ready

Implementation

const factory ConnectionState.connected(ServerInfo serverInfo) = Connected;