getRoute method

DistanceVectorRouteEntry<T>? getRoute(
  1. T destination
)

Gets the route to a specific destination

Implementation

DistanceVectorRouteEntry<T>? getRoute(T destination) => routes[destination];