allowedRoutes property

Set<String> get allowedRoutes

The route names this contract declares (read-only view).

Implementation

Set<String> get allowedRoutes => Set.unmodifiable(_allowedRoutes);