stdin property - dart:io library (original) (raw)
stdin top-level property
Stdin getstdin
The standard input stream of data read by this program.
Implementation
Stdin get stdin {
return IOOverrides.current?.stdin ?? _stdin;
}
Stdin getstdin
The standard input stream of data read by this program.
Stdin get stdin {
return IOOverrides.current?.stdin ?? _stdin;
}