outPort property

SendPort outPort

Port through which data is sent to the connected HandledIsolateMessenger instance.

Implementation

SendPort get outPort => _sendPortOverride ?? _port.sendPort;