socket property

ServerSocket? socket

The socket that this channel is bound to. It is available only if the channel is started by StreamServer.startOn.

Implementation

ServerSocket? get socket;