stdout property
ReadableStream<Uint8List>
get
stdout
Implementation
_i5.ReadableStream<_i9.Uint8List> get stdout => _i3.getProperty(
this,
'stdout',
);
set
stdout
(ReadableStream<Uint8List> value)
Implementation
set stdout(_i5.ReadableStream<_i9.Uint8List> value) {
_i3.setProperty(
this,
'stdout',
value,
);
}