list property Null safety

LinkedList<E>? list

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;