hash property

The matched result for the hash matcher.

Implementation

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

Implementation

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