stderr property

dynamic get stderr

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

Implementation

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