stdin property

Implementation

_i5.WritableStream<_i9.Uint8List> get stdin => _i3.getProperty(
      this,
      'stdin',
    );
set stdin (WritableStream<Uint8List> value)

Implementation

set stdin(_i5.WritableStream<_i9.Uint8List> value) {
  _i3.setProperty(
    this,
    'stdin',
    value,
  );
}