menu
lunaris_engine package
documentation
LinkedList/doubly_linked_list_node.dart
DoublyLinkedListNode<T>
next property
next property
dark_mode
light_mode
next
property
DoublyLinkedListNode
<
T
>
?
next
getter/setter pair
Reference to the next node in the list
Implementation
DoublyLinkedListNode<T>? next;
lunaris_engine package
documentation
LinkedList/doubly_linked_list_node
DoublyLinkedListNode<T>
next property
DoublyLinkedListNode class