stdin property

Stdin stdin

The standard input stream of data read by this program.

When this override is installed, this getter overrides the behavior of the top-level stdin getter.

Implementation

Stdin get stdin {
  return _stdin;
}