host property

  1. @override
String host
override

The host used to lookup the address.

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

Implementation

@override
String get host => _host ?? address;