evaluatedGuards property

List<AutoRouteGuard> get evaluatedGuards

Holds a list of already evaluated guards for this match before it enter guard process

it is used to prevent re-evaluating guards

Implementation

List<AutoRouteGuard> get evaluatedGuards => _evaluatedGuards;