username property

The matched result for the username matcher.

Implementation

_i3.URLPatternComponentResult get username => _i4.getProperty(
      this,
      'username',
    );
set username (URLPatternComponentResult value)

Implementation

set username(_i3.URLPatternComponentResult value) {
  _i4.setProperty(
    this,
    'username',
    value,
  );
}