newVRouterData property

VRedirectorData? newVRouterData
final

The VRouterSailor of the new route Useful information is:

Note that you should NOT call newVRouterData.replaceHistoryState If you are in beforeLeave, call saveHistoryState instead If you are in beforeEnter, you can't save an history state here

Implementation

final VRedirectorData? newVRouterData;