The resolved navigation intent handed to a RouterNavigator.
The router has already done the platform-independent work: a named route has been generated into a path, so the navigator only performs the platform's effect.
The original navigation options (route name, params, query, hash).
The resolved path to navigate to.
Whether to replace the current entry instead of pushing a new one.
The resolved navigation intent handed to a RouterNavigator.
The router has already done the platform-independent work: a named route has been generated into a path, so the navigator only performs the platform's effect.