username property

Implementation

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

Implementation

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