protocolVersion property

ProtocolVersion protocolVersion
getter/setter pair

The version of the protocol that was negotiated during initialization.

Some APIs may error if you attempt to use them without first checking the protocol version.

Implementation

late ProtocolVersion protocolVersion;