tail method

VertexNode? tail()

Implementation

VertexNode? tail() => prev != null ? prev!.vertex : null;