Returns the route for the specified page and tab indices.
String route(int pageIndex, [int tabIndex = 0]) { var page = pages[pageIndex]; return page.tabFullRoute(tabIndex); }