BGPRoutingTable<T> constructor
const
BGPRoutingTable<T> ({
- required T sourceAS,
- required Map<
T, BGPRouteEntry< routes,T> > - required Map<
T, List< alternativeRoutes,BGPRouteEntry< >T> > - required DateTime lastUpdate,
- required int totalRoutes,
- required int totalASes,
Implementation
const BGPRoutingTable({
required this.sourceAS,
required this.routes,
required this.alternativeRoutes,
required this.lastUpdate,
required this.totalRoutes,
required this.totalASes,
});