stream property

Stream<List<int>> stream
final

The stream of byte lists being received from the port, as a broadcast stream.

Implementation

final Stream<List<int>> stream;