toPageRouteInfo method

PageRouteInfo toPageRouteInfo()

Returns a new instance of PageRouteInfo from the current RouteMatch instance

Implementation

PageRouteInfo toPageRouteInfo() => PageRouteInfo.fromMatch(this);