StdDriverConnection constructor
Implementation
StdDriverConnection({
Stream<List<int>>? inputStream,
StreamSink<List<int>>? outputStream,
}) : _messageGrouper = AsyncMessageGrouper(inputStream ?? stdin),
_outputStream = outputStream ?? stdout;