RouteDataPredicate typedef

RouteDataPredicate = bool Function(RouteData route)

Signature of a predicate to select RouteData

Implementation

typedef RouteDataPredicate = bool Function(RouteData route);