stdin top-level property
The standard input stream of data read by this program.
Implementation
Stdin get stdin {
return IOOverrides.current?.stdin ?? _stdin;
}
URL: https://api.dart.dev/dart-core/../dart-core/../dart-core/StackTrace/../../../dart-io/stdin.html
+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" rel="stylesheet">The standard input stream of data read by this program.
Stdin get stdin {
return IOOverrides.current?.stdin ?? _stdin;
}