errorOutputBuffer property

List<String> errorOutputBuffer
getter/setter pair

The process stderr output buffer.

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

Implementation

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