match property

HttpRouteMatch? match

Get the matched route of the current request

Implementation

HttpRouteMatch? get match => store.tryGet<HttpRouteMatch>('_internal_match');