address property
InternetAddress?
get
address
The InternetAddress the cache server is listening on, return null if the server is not started.
Implementation
InternetAddress? get address => _server?.address;