isMatch method

bool isMatch(
  1. String uri
)

Check if the destination matches the provided URI string

Implementation

bool isMatch(String uri) => parser.isMatch(uri, this);