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