username property
String
get
username
The username
property of the URL interface
is a string containing the username specified before the domain name.
Implementation
external String get username;
set
username
(String value)
Implementation
external set username(String value);