remotePort property - RawSocket class - dart:io library (original) (raw)

description

int getremotePort

The remote port connected to by this socket.

Throws a SocketException if the socket is closed.

Implementation

int get remotePort;