guards property

List<AutoRouteGuard> guards
final

The list of AutoRouteGuard's the matched route will go through before being presented

Implementation

final List<AutoRouteGuard> guards;