Dart
dart:io
Process
stderr property
description
stderr property
Stream
<
List
<
int
>
>
stderr
Returns the standard error stream of the process as a
Stream
.
Implementation
Stream<
List
<
int
>>
get
stderr;