local property

StreamChannel<T> local

The local channel.

This channel should be used directly by the creator of this StreamChannelController to send and receive events.

Implementation

StreamChannel<T> get local => _local;