hostname property

String hostname

A string containing the domain of the URL.

MDN reference

Implementation

String get hostname => host.split(':').first;
void hostname=(String value)

Implementation

set hostname(String value) => throw UnimplementedError();