RPResultSelector.forStepId constructor
Use this constructor if the step which the navigation rule is bound to, is a regular step
Implementation
RPResultSelector.forStepId(String stepId) {
getResult = () {
return _resultForStepId(stepId);
};
}