allRoutes property

Set<String> allRoutes

Implementation

Set<String> get allRoutes => routes.map((e) => e.template).toSet();