RPResultSelector class

This class identifies the needed test result for the RPResultPredicate

Constructors

RPResultSelector.forStepId(String stepId)
Use this constructor if the step which the navigation rule is bound to, is a regular step
RPResultSelector.forStepIdInFormStep(String stepId)
Use this constructor if the step the navigation rule is bound to is part of a Form Step. (Form Steps have different result structure)

Properties

getResult ↔ dynamic Function()
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited