output property

String output

The process stdout output as String. See outputBuffer.

Only populated if DartSpawner.runProcess is called with catchOutput: true.

Implementation

String get output => outputBuffer.join();