LinkStateRoutingTable<T> constructor
const
LinkStateRoutingTable<T> ({
- required T sourceNode,
- required Map<
T, LinkStateRouteEntry< routes,T> > - required LinkStateDatabase<
T> topology, - required DateTime lastUpdate,
- required int totalRoutes,
- required int totalNodes,
Implementation
const LinkStateRoutingTable({
required this.sourceNode,
required this.routes,
required this.topology,
required this.lastUpdate,
required this.totalRoutes,
required this.totalNodes,
});