navigationRuleForTriggerStepIdentifier method
RPStepNavigationRule
navigationRuleForTriggerStepIdentifier(
inherited
Returns the navigation rule for the given step identifier
Implementation
RPStepNavigationRule navigationRuleForTriggerStepIdentifier(
String triggerStepIdentifier) {
return stepNavigationRules[triggerStepIdentifier]!;
}