menu
lunaris_engine package
documentation
LinkedList/doubly_linked_list_node.dart
DoublyLinkedListNode<T>
value property
value property
dark_mode
light_mode
value
property
T
value
getter/setter pair
The value stored in this node
Implementation
T value;
lunaris_engine package
documentation
LinkedList/doubly_linked_list_node
DoublyLinkedListNode<T>
value property
DoublyLinkedListNode class