address property Null safety
read / write
The address to listen for HTTP requests on.
By default, this address will default to 'any' address (0.0.0.0). If isIpv6Only is true, 'any' will be any IPv6 address, otherwise, it will be any IPv4 or IPv6 address.
This value may be an InternetAddress or a String.
Implementation
dynamic address;