W3cubDocs

/Dart 2

host property

String host

Returns the host part of the authority component.

Returns the empty string if there is no authority component and hence no host.

If the host is an IP version 6 address, the surrounding [ and ] is removed.

The host string is case-insensitive. The returned host name is canonicalized to lower-case with upper-case percent-escapes.

Implementation

String get host;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-core/Uri/host.html