PathMatcher constructor

PathMatcher(
  1. String path
)

Implementation

PathMatcher(String path)
    : assert(path.isNotEmpty),
      pathSegments = path.split('/');