resultPredicatesWithDestinationIdentifiers property
A dictionary of result predicates and their associated destination step identifiers. If the predicate proves to be true, the destination identifier's step will be pushed as next in the step sequence. A navigation rule can have multiple result predicates and based on these different predicates the task jumps to different destination steps.
Implementation
Map<RPResultPredicate, String> get resultPredicatesWithDestinationIdentifiers =>
this._resultPredicatesWithDestinationIdentifiers;