address property

  1. @override
InternetAddress? get address
override

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

@override
InternetAddress? get address => socketException.address;