RouteEntry<T> constructor
const
RouteEntry<T> ({})
Implementation
const RouteEntry({
required this.destination,
this.nextHop,
required this.cost,
required this.lastUpdate,
required this.isDirectlyConnected,
});