host property - InternetAddress class - dart:io library (original) (raw)

description

String gethost

The host used to lookup the address.

If there is no host associated with the address this returns the address.

Implementation

String get host;