menu
lunaris_engine package
documentation
RoutingNET/ospf_algorithm.dart
OSPFRoutingTable<T>
routeCount property
routeCount property
dark_mode
light_mode
routeCount
property
int
get
routeCount
Gets the number of routes
Implementation
int get routeCount => routes.length;
lunaris_engine package
documentation
RoutingNET/ospf_algorithm
OSPFRoutingTable<T>
routeCount property
OSPFRoutingTable class