search property

The matched result for the search matcher.

Implementation

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

Implementation

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