address property Null safety

InternetAddress address

The address that the server is listening on.

This is the actual address used when the original address was specified as a hostname.

Implementation

InternetAddress get address;