address property

InternetAddress? address
final

The address of the socket giving rise to the exception.

This is either the source or destination address of a socket, or it can be null if no socket end-point was involved in the cause of the exception.

Implementation

final InternetAddress? address;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/SocketException/address.html