remove method Null safety

E remove()

Implementation

E remove() {
  _unlink();
  return element;
}