GraphWalkingInstructionResult<R> constructor

GraphWalkingInstructionResult<R>(
  1. R? result
)

Implementation

GraphWalkingInstructionResult(this.result);