RouteContractTable constructor
Creates a table allowing exactly allowedRoutes (plus the
navigator root, always — see navigatorRootRoute).
Implementation
const RouteContractTable({required Set<String> allowedRoutes})
: _allowedRoutes = allowedRoutes;