GraphWalkingInstruction<R>.setExpansionCounter constructor

GraphWalkingInstruction<R>.setExpansionCounter(
  1. int count
)

Implementation

factory GraphWalkingInstruction.setExpansionCounter(int count) =>
    GraphWalkingInstructionSetExpansionCounter(count);