next property

DoublyLinkedListNode<T>? next
getter/setter pair

Reference to the next node in the list

Implementation

DoublyLinkedListNode<T>? next;