address property Null safety

String address

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

String get address;