username property

Implementation

URLPatternComponentResult get username =>
    js_util.getProperty(this, 'username');
set username (URLPatternComponentResult newValue)

Implementation

set username(URLPatternComponentResult newValue) {
  js_util.setProperty(this, 'username', newValue);
}