list property
Get the linked list containing this element.
Returns null
if this entry is not currently in any list.
Implementation
LinkedList<E> get list => _list;
Get the linked list containing this element.
Returns null
if this entry is not currently in any list.
LinkedList<E> get list => _list;