activeGuards property
List<AutoRouteGuard>
get
activeGuards
returns a list of active guards
Implementation
List<AutoRouteGuard> get activeGuards => List.unmodifiable(value.map((e) => e.guard));
returns a list of active guards
List<AutoRouteGuard> get activeGuards => List.unmodifiable(value.map((e) => e.guard));