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