output property

Stream<String> get output

Stream of raw terminal output emitted by the program.

Implementation

Stream<String> get output => _outputController.stream;