match method

bool match(
  1. String path
)

Implementation

bool match(String path) => routeMatchExp.hasMatch(path);