stdin property
dynamic
get
stdin
A reference to the sub-processes stdin
, which allows interacting with
the sub-process at a low level.
Implementation
_i2.dynamic get stdin => _i3.getProperty(
this,
'stdin',
);