stdin top-level property
The standard input stream of data read by this program.
Implementation
Stdin get stdin {
return IOOverrides.current?.stdin ?? _stdin;
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
The standard input stream of data read by this program.
Stdin get stdin {
return IOOverrides.current?.stdin ?? _stdin;
}