stdin 顶层属性

Stdin stdin

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

实现

Stdin get stdin {
  return IOOverrides.current?.stdin ?? _stdin;
}