password property

String password

Returns the hyperlink's URL's password.

Can be set, to change the URL's password.

MDN Reference

Implementation

_i2.String get password => _i4.getProperty(
      this,
      'password',
    );
void password=(String value)

Implementation

set password(_i2.String value) {
  _i4.setProperty(
    this,
    'password',
    value,
  );
}