protocol property

The matched result for the protocol matcher.

Implementation

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

Implementation

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