stream property

Stream<Datagram> stream

A stream containing all the data coming out of the socket.

Implementation

Stream<Datagram> get stream => _controller.stream;