stdin property

Stream<Uint8List> get stdin

Inbound standard-input bytes (consumed by the node side).

Implementation

Stream<Uint8List> get stdin => _stdin.stream;