host property
String
get
host
The host portion of the URL (e.g., "example.com"
).
Implementation
String get host => _uri.host;
The host portion of the URL (e.g., "example.com"
).
String get host => _uri.host;