tail method

VertexNode? tail()

Implementation

VertexNode? tail() => prev?.vertex;