PagesListExt<T> extension

on

Methods

pickAfterRoute(String route) Iterable<GetPage<T>>
Returns the routes after the given route.
pickFromRoute(String route) Iterable<GetPage<T>>
Returns the route and all following routes after the given route.