list property

LinkedList<E> list

Get the linked list containing this element.

Returns null if this entry is not currently in any list.

Implementation

LinkedList<E> get list => _list;