GraphWalkingInstruction<R>.result constructor

GraphWalkingInstruction<R>.result(
  1. R? result
)

Implementation

factory GraphWalkingInstruction.result(R? result) =>
    GraphWalkingInstructionResult(result);