stdout 属性

Stdout stdout

本程序写入的标准输出流。

当此覆盖安装时,此属性获取器将覆盖顶层 stdout 获取器的行为。

实现

Stdout get stdout {
  return _stdout;
}