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 => InternetAddress('virtual.server', type: InternetAddressType.unix);