host property

  1. @override
String get 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 => address;