stdout property

Stream<List<int>> get stdout

Implementation

Stream<List<int>> get stdout => const Stream.empty();