first method

VertexNode? first()

Implementation

VertexNode? first() => head;