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