address property Null safety
Returns the InternetAddress used to connect this socket.
Throws a SocketException if the socket is closed.
Implementation
InternetAddress get address;
Returns the InternetAddress used to connect this socket.
Throws a SocketException if the socket is closed.
InternetAddress get address;