MatchResult constructor

MatchResult(
  1. RouteNode node,
  2. Map<String, String> parameters,
  3. String currentPath, {
  4. Map<String, String> urlParameters = const {},
})

Implementation

MatchResult(this.node, this.parameters, this.currentPath,
    {this.urlParameters = const {}});