toInput method

NodeInput toInput()

Implementation

NodeInput toInput() {
  return NodeInput(id: id, next: next, size: size);
}