stdinStream top-level property

Stream<List<int>> stdinStream
final

Implementation

final Stream<List<int>> stdinStream = stdin.asBroadcastStream();