username property

String username

Returns the hyperlink's URL's username.

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

MDN Reference

Implementation

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

Implementation

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