match property
HttpRouteMatch?
get
match
Get the matched route of the current request
Implementation
HttpRouteMatch? get match => store.tryGet<HttpRouteMatch>('_internal_match');
Get the matched route of the current request
HttpRouteMatch? get match => store.tryGet<HttpRouteMatch>('_internal_match');