get_navigation/src/routes/parse_route library
Classes
- ParseRouteTree
- A class representing a parsed route tree that manages route matching and manipulation for nested routing structures.
- RouteDecoder
- A class that decodes a route and provides information about the current route tree branch and associated page settings.
Extensions
-
FirstWhereOrNullExt
on List<
T> -
Extension on List to provide a
firstWhereOrNull
method.