password property

The matched result for the password matcher.

Implementation

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

Implementation

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