stdin 属性

Stdin stdin

该程序读取的标准输入流。

当安装此覆盖时,此获取器覆盖了顶层 stdin 获取器的行为。

实现

Stdin get stdin {
  return _stdin;
}