DeepLinkResult constructor
Creates a DeepLinkResult with the parsed route and query parameters.
Implementation
const DeepLinkResult({
required this.route,
this.queryParams = const {},
});
Creates a DeepLinkResult with the parsed route and query parameters.
const DeepLinkResult({
required this.route,
this.queryParams = const {},
});