address property

InternetAddress get address

The address the server is listening on. It is only valid to call this after calling serve.

Implementation

InternetAddress get address => server.address;