predicate property

RoutePredicate? predicate
final

Optional object to be passed either in NavigationType.shouldPushNamedAndRemoveUntil or in NavigationType.shouldPopUntil

It will be ignored if passed with any other type.

Implementation

final RoutePredicate? predicate;