URLPatternResult class

URLPatternResult is the object returned from URLPattern.exec.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Properties

hash URLPatternComponentResult

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The matched result for the hash matcher.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostname URLPatternComponentResult

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The matched result for the hostname matcher.
getter/setter pair
inputs Object

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The inputs provided when matching.
getter/setter pair
password URLPatternComponentResult

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The matched result for the password matcher.
getter/setter pair
pathname URLPatternComponentResult

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The matched result for the pathname matcher.
getter/setter pair
port URLPatternComponentResult

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The matched result for the port matcher.
getter/setter pair
protocol URLPatternComponentResult

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The matched result for the protocol matcher.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The matched result for the search matcher.
getter/setter pair
username URLPatternComponentResult

Available on URLPatternResult, provided by the URLPatternResult$Typings extension

The matched result for the username matcher.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited