notFoundRoute property

DipNavRoute? notFoundRoute

routes is a list of routes to parse from URL change in the browser no need to add initialization and not found routes to this list

Implementation

DipNavRoute? get notFoundRoute => _delegate.notFoundRoute;