stdin property

Stream<List<int>>? get stdin

stdin.

Implementation

Stream<List<int>>? get stdin => _stdin;