host property

String get host

The host portion of the URL (e.g., "example.com").

Implementation

String get host => _uri.host;