stderr 属性

dynamic stderr
final

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

实现

final stderr;