stdout属性

dynamic stdout
final

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

实现

final stdout;