match abstract method

UriMatch? match(
  1. Uri uri
)

Returns a UriMatch describing the match if uri is matched by this pattern, otherwise returns null.

Implementation

UriMatch? match(Uri uri);