RoutePredicate typedef

RoutePredicate = bool Function(Route route)

Signature for a predicate that determines whether a route meets criteria.

Implementation

typedef RoutePredicate = bool Function(Route route);