ParsedRoute constructor

ParsedRoute(
  1. String path,
  2. String pathTemplate,
  3. Map<String, String> parameters,
  4. Map<String, String> queryParameters,
)

Implementation

ParsedRoute(
    this.path, this.pathTemplate, this.parameters, this.queryParameters);