elementAt method

Vertex elementAt(
  1. int index
)

Implementation

Vertex elementAt(int index) => path.elementAt(index);