address property
The address that the server is listening on.
This is the actual address used when the original address was specified as a hostname.
Implementation
@override
InternetAddress get address => httpServer.address;
The address that the server is listening on.
This is the actual address used when the original address was specified as a hostname.
@override
InternetAddress get address => httpServer.address;