password property
String
get
password
The password
property of the URL interface
is a string containing the password specified before the domain name.
If it is set without first setting the URL.username property, it silently fails.
Implementation
external String get password;
set
password
(String value)
Implementation
external set password(String value);