stderr property

Uint8List get stderr

The buffered output from the child process' stderr.

Implementation

_i9.Uint8List get stderr => _i3.getProperty(
      this,
      'stderr',
    );