port property

The matched result for the port matcher.

Implementation

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

Implementation

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