state property
ConnState returns information about the connection state.
Implementation
@override
ConnState get state {
return ConnState(
streamMultiplexer: '', // No multiplexer at this raw stage
security: '', // No security at this raw stage
transport: 'tcp',
usedEarlyMuxerNegotiation: false, // Not applicable
);
}