matchedRoute property

RouteMatchResult? get matchedRoute

Get the matched route result for the current request

Implementation

RouteMatchResult? get matchedRoute => _matchedRoute;