stdout 属性

dynamic stdout
final

进程的标准输出。用于 Process.runstdoutEncoding 参数的值决定了类型。如果使用了 null,则此值为 List 类型,否则为 String 类型。

实现

final stdout;