stdout property

dynamic get stdout

A reference to the sub-processes stdout, which allows interacting with the sub-process at a low level.

Implementation

_i2.dynamic get stdout => _i3.getProperty(
      this,
      'stdout',
    );