getRoute method
Gets the route to a specific destination
Implementation
LinkStateRouteEntry<T>? getRoute(T destination) => routes[destination];
Gets the route to a specific destination
LinkStateRouteEntry<T>? getRoute(T destination) => routes[destination];