RouteParams constructor
const
RouteParams({})
Implementation
const RouteParams({
required this.path,
this.pathParams,
this.queryParams,
this.matchedPattern,
this.originalUri,
});
const RouteParams({
required this.path,
this.pathParams,
this.queryParams,
this.matchedPattern,
this.originalUri,
});