Adds multiple routes to the tree.
void addRoutes(List<GetPage> routes) { for (final route in routes) { addRoute(route); } }