stdin top-level property
The standard input stream of data read by this program.
Implementation
Stdin get stdin {
if (_stdin == null) {
_stdin = _StdIOUtils._getStdioInputStream(_stdinFD);
}
return _stdin;
}
The standard input stream of data read by this program.
Stdin get stdin {
if (_stdin == null) {
_stdin = _StdIOUtils._getStdioInputStream(_stdinFD);
}
return _stdin;
}