menu
Dart
dart:io
Process
stdin property
stdin
brightness_4
brightness_5
description
stdin
property
IOSink
stdin
The standard input stream of the process as an
IOSink
.
Implementation
IOSink get stdin;
Dart
dart:io
Process
stdin property
Process class