input property

  1. @override
Stream<List<int>> get input

The raw input byte stream.

Implementation

@override
Stream<List<int>> get input => _input;