remotePort property - RawSocket class - dart:io library (original) (raw)
int getremotePort
The remote port connected to by this socket.
Throws a SocketException if the socket is closed.
Implementation
int get remotePort;
int getremotePort
The remote port connected to by this socket.
Throws a SocketException if the socket is closed.
int get remotePort;