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