outputBuffer property

List<String> outputBuffer
getter/setter pair

The process stdout output buffer.

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

Implementation

List<String> outputBuffer = <String>[];