guards property
List<AutoRouteGuard>
get
guards
The list of AutoRouteGuard's this route will go through before being presented
Implementation
List<AutoRouteGuard> get guards => _config.guards;
The list of AutoRouteGuard's this route will go through before being presented
List<AutoRouteGuard> get guards => _config.guards;