next property

LinkedListNode<T>? next
getter/setter pair

Reference to the next node in the list

Implementation

LinkedListNode<T>? next;