getRoute method

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

Gets the route to a specific destination

Implementation

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