errorOutput property
String
get
errorOutput
The process stderr
output as String. See errorOutputBuffer.
Only populated if DartSpawner.runProcess is called with catchOutput: true
.
Implementation
String get errorOutput => errorOutputBuffer.join();