The script's standard output stream, typically used to emit data it produces.
Stream<List<int>> get stdout { _stdoutAccessed = true; return _stdout; }