stdout property

Stream<String> stdout

The standard output stream.

Implementation

Stream<String> get stdout => _stdoutController.stream;