activeGuards property

List<AutoRouteGuard> get activeGuards

returns a list of active guards

Implementation

List<AutoRouteGuard> get activeGuards => List.unmodifiable(value.map((e) => e.guard));