next property

Node<T>? next
getter/setter pair

Reference to the next node.

Implementation

Node<T>? next;