ParsedRoute constructor

ParsedRoute(
  1. String path
)

Implementation

ParsedRoute(this.path)
    : pattern = getPattern(path),
      parameters = getParam(path);