stderr属性

dynamic stderr
final

进程的标准错误。用于Process.run中的stderrEncoding参数的值确定了类型。如果使用了null,则此值类型为List<int>,否则为String

实现

final stderr;