hostname property - Location class - dart:html library (original) (raw)

description

String? gethostname

Implementation

String? get hostname native;

sethostname (String? value)

Implementation

set hostname(String? value) native;