routes property

Map<PeerId, Route> routes
finalinherited

The routes maintained by the router, stored as a map of PeerId to Route.

Implementation

final Map<PeerId, Route> routes = {};