address property

  1. @override
String address
final

The numeric address of the host.

For IPv4 addresses this is using the dotted-decimal notation. For IPv6 it is using the hexadecimal representation. For Unix domain addresses, this is a file path.

Implementation

@override
final String address;